Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/internal/creation/bytebuddy/
DSubclassByteBuddyMockMakerTest.java57 … MockSettingsImpl<ClassWithAnnotation> mockSettings = new MockSettingsImpl<ClassWithAnnotation>(); in mock_type_with_annotations()
58 mockSettings.setTypeToMock(ClassWithAnnotation.class); in mock_type_with_annotations()
60 ClassWithAnnotation proxy = mockMaker.createMock(mockSettings, dummyHandler()); in mock_type_with_annotations()
71 … MockSettingsImpl<ClassWithAnnotation> mockSettings = new MockSettingsImpl<ClassWithAnnotation>(); in mock_type_without_annotations()
72 mockSettings.setTypeToMock(ClassWithAnnotation.class); in mock_type_without_annotations()
75 ClassWithAnnotation proxy = mockMaker.createMock(mockSettings, dummyHandler()); in mock_type_without_annotations()
93 public static class ClassWithAnnotation { class in SubclassByteBuddyMockMakerTest
/external/libchrome/base/test/android/junit/src/org/chromium/base/test/util/
DAnnotationProcessingUtilsTest.java76 getTest(ClassWithAnnotation.class, "methodWithoutAnnotation"), in testGetTargetAnnotation_OnClassButNotOnMethod()
87 getTest(ClassWithAnnotation.class, "methodWithTargetAnnotation"), in testGetTargetAnnotation_OnClassAndMethod()
130 getTest(ClassWithAnnotation.class, "methodWithTargetAnnotation"), in testGetAllTargetAnnotations()
293 private static class ClassWithAnnotation { class in AnnotationProcessingUtilsTest
310 private static class DerivedClassWithoutAnnotation extends ClassWithAnnotation {
325 private static class DerivedClassWithAnnotation extends ClassWithAnnotation {
/external/python/cpython3/Lib/test/
Dtest_docxmlrpc.py54 class ClassWithAnnotation: class
61 serv.register_instance(ClassWithAnnotation())