Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/annotation/
DSpyAnnotationTest.java63 class WithSpy { in should_allow_spying_on_interfaces() class
68 WithSpy withSpy = new WithSpy(); in should_allow_spying_on_interfaces()
76 class WithSpy { in should_allow_spying_on_interfaces_when_instance_is_concrete() class
80 WithSpy withSpy = new WithSpy(); in should_allow_spying_on_interfaces_when_instance_is_concrete()
181 class WithSpy { in should_report_when_enclosing_instance_is_needed() class
186 MockitoAnnotations.initMocks(new WithSpy()); in should_report_when_enclosing_instance_is_needed()