Any feedback on the way I've implemented parameterized unit tests in JUnit 5 with Kotlin would be much appreciated! 🙏
Embarrassingly when I started building the Unidirectional Data Flow (UDF) with LiveData pattern five months ago, I did not have testing experience. This made for a great opportunity to develop local unit testing fundamentals in Coinverse same code below.
https://proandroiddev.com/android-unidirectional-data-flow-local-unit-testing-487a6e6f5c9