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