Searched refs:ClassWithAnnotation (Results 1 – 3 of 3) sorted by relevance
57 … 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
76 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 AnnotationProcessingUtilsTest310 private static class DerivedClassWithoutAnnotation extends ClassWithAnnotation {325 private static class DerivedClassWithAnnotation extends ClassWithAnnotation {
54 class ClassWithAnnotation: class61 serv.register_instance(ClassWithAnnotation())