Implement Unit Testing in a simple iOS app with MVVM and RxSwift
You probably have heard of “Unit Testing” or already adding unit test in your work now. In summary, it is a way for the developers to safeguard their code against surprising bugs or unwanted results. The term “Unit” indicates the testing is done to test a small chunk of code in the project at one …
Implement Unit Testing in a simple iOS app with MVVM and RxSwift Read More »