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.java68 class WithSpy { in should_allow_spying_on_interfaces() class
73 WithSpy withSpy = new WithSpy(); in should_allow_spying_on_interfaces()
81 class WithSpy { in should_allow_spying_on_interfaces_when_instance_is_concrete() class
85 WithSpy withSpy = new WithSpy(); in should_allow_spying_on_interfaces_when_instance_is_concrete()
186 class WithSpy { in should_report_when_enclosing_instance_is_needed() class
191 MockitoAnnotations.initMocks(new WithSpy()); in should_report_when_enclosing_instance_is_needed()