Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/
DAnnotationsAreCopiedFromMockedTypeTest.java37 …AnnotationWithDefaultValue onClassDefaultValue = method("method", mock(OnMethod.class)).getAnnotat… in mock_should_have_annotations_copied_from_mocked_type_on_methods()
38 …AnnotationWithCustomValue onClassCustomValue = method("method", mock(OnMethod.class)).getAnnotatio… in mock_should_have_annotations_copied_from_mocked_type_on_methods()
46 …thDefaultValue onClassDefaultValue = firstParamOf(method("method", mock(OnMethod.class))).getAnnot… in mock_should_have_annotations_copied_from_mocked_type_on_method_parameters()
47 …AnnotationWithCustomValue onClassCustomValue = firstParamOf(method("method", mock(OnMethod.class))… in mock_should_have_annotations_copied_from_mocked_type_on_method_parameters()
108 public class OnMethod {
/external/dagger2/javatests/dagger/functional/producers/gwt/
DGwtIncompatibles.java39 class OnMethod { class
/external/dagger2/javatests/dagger/functional/gwt/
DGwtIncompatibles.java65 class OnMethod { class