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; field in CustomizedAnnotationForSmartMockTest
34 … assertEquals("SmartMock should return empty String by default", "", smartMock.simpleMethod(1)); in shouldUseCustomAnnotation()
35 verify(smartMock).simpleMethod(1); in shouldUseCustomAnnotation()