Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Issue #25

Open
eastwoodwang opened this issue Jul 13, 2015 · 0 comments
Open

Test Issue #25

eastwoodwang opened this issue Jul 13, 2015 · 0 comments
Assignees

Comments

@eastwoodwang
Copy link

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

@saulmm saulmm self-assigned this Jul 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants