Searched refs:DoesNothing (Results 1 – 8 of 8) sorted by relevance
25 if (answer instanceof DoesNothing) { in validate()26 validateDoNothing((DoesNothing) answer, methodInfo); in validate()57 private void validateDoNothing(DoesNothing answer, MethodInfo methodInfo) { in validateDoNothing()
12 public class DoesNothing implements Answer<Object>, Serializable { class
7 import org.mockito.internal.stubbing.answers.DoesNothing;27 invocationContainerImpl.addAnswerForVoidMethod(new DoesNothing()); in toReturn()
53 answers.add(new DoesNothing()); in doNothing()
1774 return MOCKITO_CORE.doAnswer(new DoesNothing()); in doNothing()
594 TEST(DoesNothing) { in TEST() argument
META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...