Searched defs:DoesNothing (Results 1 - 2 of 2) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
H A DDoesNothing.java15 public class DoesNothing implements Answer<Object>, ValidableAnswer, Serializable { class in inherits:Answer,ValidableAnswer,Serializable
19 private static final DoesNothing SINGLETON = new DoesNothing();
21 private DoesNothing() {} method in class:DoesNothing
23 public static DoesNothing doesNothing(){
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 172 milliseconds