Guest User

Untitled

a guest
Jul 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. @Test
  2. fun `case-4 Do get new list data after refreshing refresh is gone`() {
  3. false `should equal` false
  4. }
  5.  
  6. org.mockito.exceptions.misusing.UnfinishedVerificationException:
  7. Missing method call for verify(mock) here:
  8. -> at com.nhaarman.mockito_kotlin.MockitoKt.verify(Mockito.kt:248)
  9.  
  10. Example of correct verification:
  11. verify(mock).doSomething()
  12.  
  13. testImplementation 'com.nhaarman:mockito-kotlin:1.5.0'
  14. testImplementation 'org.amshove.kluent:kluent:1.30'
  15. testImplementation "android.arch.core:core-testing:1.1.1"
Add Comment
Please, Sign In to add comment