Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/
DStaticMockingExperimentTest.java45 Method staticMethod; field in StaticMockingExperimentTest
54 staticMethod = Foo.class.getDeclaredMethod("staticMethod", String.class); in before()
61 …vocationFactory().createInvocation(mock, withSettings().build(Foo.class), staticMethod, realMethod, in verify_static_method()
72 …vocationFactory().createInvocation(mock, withSettings().build(Foo.class), staticMethod, realMethod, in verify_static_method()
80 …vocationFactory().createInvocation(mock, withSettings().build(Foo.class), staticMethod, realMethod, in verify_static_method()
89 …vocationFactory().createInvocation(mock, withSettings().build(Foo.class), staticMethod, realMethod, in verification_failure_static_method()
95 …vocationFactory().createInvocation(mock, withSettings().build(Foo.class), staticMethod, realMethod, in verification_failure_static_method()
107 …vocationFactory().createInvocation(mock, withSettings().build(Foo.class), staticMethod, realMethod, in stubbing_static_method()
119 …vocationFactory().createInvocation(mock, withSettings().build(Foo.class), staticMethod, realMethod, in stubbing_static_method()
131 … .createInvocation(mock, withSettings().build(Foo.class), staticMethod, realMethod, "foo"); in do_answer_stubbing_static_method()
[all …]
/external/guice/core/test/com/google/inject/
DRequestInjectionTest.java44 HasInjections.staticMethod = null; in setUp()
62 assertNull(HasInjections.staticMethod); in testInjectMembers()
77 assertEquals("test", HasInjections.staticMethod); in testInjectStatics()
97 assertEquals("test", HasInjections.staticMethod); in testInjectMembersAndStatics()
192 static String staticMethod; field in RequestInjectionTest.HasInjections
196 static void setStaticMethod(@ForMethod String staticMethod) { in setStaticMethod() argument
197 HasInjections.staticMethod = staticMethod; in setStaticMethod()
/external/guice/core/test/com/google/inject/spi/
DToolStageInjectorTest.java149 static void staticMethod(Map map) {} in staticMethod() method in ToolStageInjectorTest.Bar
167 static void staticMethod(SM sm) { in staticMethod() method in ToolStageInjectorTest.Foo
194 static void staticMethod(SM sm) { in staticMethod() method in ToolStageInjectorTest.Tooled
DInjectionPointTest.java216 Method staticMethod = HasInjections.class.getMethod("staticMethod", String.class); in testAddForStaticMethodsAndFields() local
227 new InjectionPoint(type, staticMethod, false)) in testAddForStaticMethodsAndFields()
233 public static void staticMethod(@Named("a") String a) {} in staticMethod() method in InjectionPointTest.HasInjections
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/differentiate_dot_expressions/com/packageName/
DClassInPackage.java4 public static String staticMethod() { in staticMethod() method in ClassInPackage
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
DAClassWithStaticMethod.java8 public static String staticMethod(String stringArg) { in staticMethod() method in AClassWithStaticMethod
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/differentiate_dot_expressions/
DPackageDotExpressions.java4 com.packageName.ClassInPackage.staticMethod(); in main()
/external/javapoet/src/test/java/com/squareup/javapoet/
DMethodSpecTest.java145 static void staticMethod() { in staticMethod() method in MethodSpecTest.InvalidOverrideMethods
/external/clang/test/SemaTemplate/
Dms-lookup-template-base-classes.cpp526 Undef::staticMethod(); // expected-error {{use of undeclared identifier 'Undef'}} in f()
/external/guava/guava-tests/test/com/google/common/reflect/
DInvokableTest.java601 static void staticMethod() {} in staticMethod() method in InvokableTest.Prepender
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java166 MethodId<?, Integer> staticMethod in testInvokeStatic() local
168 code.invokeStatic(staticMethod, localResult, localA); in testInvokeStatic()
197 public static int staticMethod(int a) { in staticMethod() method in DexMakerTest
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
DProxyBuilderTest.java571 public static void staticMethod() {} in staticMethod() method in ProxyBuilderTest