Home
last modified time | relevance | path

Searched refs:SmartMock (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/configuration/
DCustomizedAnnotationForSmartMockTest.java30 @SmartMock IMethods smartMock;
40 public @interface SmartMock {} annotation in CustomizedAnnotationForSmartMockTest
46 if (field.isAnnotationPresent(SmartMock.class)) { in onInjection()