Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/annotation/
DDoNotMockTest.java71 SubclassOfSubInterfaceOfNotMockableInterface notMockable = in can_not_mock_subclass_with_unmockable_interface_that_extends_non_mockable_interface()
72 mock(SubclassOfSubInterfaceOfNotMockableInterface.class); in can_not_mock_subclass_with_unmockable_interface_that_extends_non_mockable_interface()
127 private static class SubclassOfSubInterfaceOfNotMockableInterface class in DoNotMockTest