Searched refs:DoesNothing (Results 1 – 5 of 5) sorted by relevance
15 public class DoesNothing implements Answer<Object>, ValidableAnswer, Serializable { class19 private static final DoesNothing SINGLETON = new DoesNothing();21 private DoesNothing() {} in DoesNothing() method in DoesNothing23 public static DoesNothing doesNothing(){ in doesNothing()
19 import static org.mockito.internal.stubbing.answers.DoesNothing.doesNothing;
9 import static org.mockito.internal.stubbing.answers.DoesNothing.doesNothing;
22 import static org.mockito.internal.stubbing.answers.DoesNothing.doesNothing;
107 TEST_F(SingleSampleMetricsFactoryImplTest, DoesNothing) { in TEST_F() argument