nowinandroid icon indicating copy to clipboard operation
nowinandroid copied to clipboard

Integration vs Unit test

Open Anthony17serrato opened this issue 1 month ago • 0 comments

Current test cases for classes which depend on use case are all integration tests(using real use case implementation). Can we get unit test examples, I am assuming an interface needs to be extracted to enable test fakes. https://github.com/android/nowinandroid/blob/c5b604f72e096b355aae145dd96791972431eec6/feature/foryou/src/test/kotlin/com/google/samples/apps/nowinandroid/feature/foryou/ForYouViewModelTest.kt#L70

Anthony17serrato avatar Oct 23 '25 18:10 Anthony17serrato