Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/annotation/
DSpyAnnotationTest.java201 MockitoAnnotations.initMocks(new WithInnerPrivate()); in should_report_private_inner_not_supported()
208 .hasMessageContaining(WithInnerPrivate.InnerPrivate.class.getSimpleName()); in should_report_private_inner_not_supported()
288 static class WithInnerPrivate { class in SpyAnnotationTest