saulmm/Material-Movies

Test Issue

eastwoodwang opened this issue · 0 comments

In GetMovieDetailsUsecaseTest.java use the never() function to replace the timer(1) at:

    verify(mockUiBus, never()).post(
            any(MovieDetail.class));

In GetMoviesUsecaseTest.java, use the never() function to replace the timer(1) all, change the object like below:

      @Mock
      private RestDataSource mockDataSource;

and add the config

lintOptions {
    abortOnError false
}

in build.gradle under app module