Searched refs:WithInnerPrivate (Results 1 – 1 of 1) sorted by relevance
201 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