Searched refs:smartMock (Results 1 – 1 of 1) sorted by relevance
30 @SmartMock IMethods smartMock; field in CustomizedAnnotationForSmartMockTest34 … assertEquals("SmartMock should return empty String by default", "", smartMock.simpleMethod(1)); in shouldUseCustomAnnotation()35 verify(smartMock).simpleMethod(1); in shouldUseCustomAnnotation()