unit-testing-in-android-course icon indicating copy to clipboard operation
unit-testing-in-android-course copied to clipboard

Results 3 unit-testing-in-android-course issues
Sort by recently updated
recently updated
newest added

Suggested corrections for exercise8 : - remove unused imports on tests classes - error in variable name for interfaces - misplaced method in tests classes

Test Cases in Solution of Exercise 11 are not sufficiently reliable as they let my wrong implementation pass My implementation only uses one variable for caching. Please check `public class...