Searched refs:byteReturningMethod (Results 1 – 7 of 7) sorted by relevance
50 verify(methods).byteReturningMethod(); in should_collect_multiple_verification_failures()67 verify(methods).byteReturningMethod(); in should_only_collect_failures_ignore_successful_verifications()79 verify(methods).byteReturningMethod(); in should_continue_collecting_after_failing_verification()
36 public static byte byteReturningMethod() { in byteReturningMethod() method in AClassToForget
9 return AClassToForget.byteReturningMethod(); in byteMethod()
72 verifyNoMoreInteractions(mock.byteReturningMethod()); in shouldScreamWhenWholeMethodPassedToVerifyNoMoreInteractions()
29 assertEquals((byte) 0, mock.byteReturningMethod()); in shouldReturnAllKindsOfPrimitives()
17 byte byteReturningMethod(); in byteReturningMethod() method
20 public byte byteReturningMethod() { in byteReturningMethod() method in MethodsImpl