Home
last modified time | relevance | path

Searched defs:directMethod (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DSandboxClassLoaderTest.java186 Method directMethod = exampleClass.getDeclaredMethod(methodName, String.class, int.class); in shouldGenerateClassSpecificDirectAccessMethod() local
198 Method directMethod = exampleClass.getDeclaredMethod(methodName, String.class, int.class); in soMockitoDoesntExplodeDueToTooManyMethods_shouldGenerateClassSpecificDirectAccessMethodWhichIsPrivateAndFinal() local
219 Method directMethod = exampleClass.getDeclaredMethod(methodName, String.class); in callingStaticDirectAccessMethodShouldWork() local
266 Method directMethod = findDirectMethod(exampleClass, "nativeMethod", String.class, int.class); in directlyCallingNativeMethodShouldBeNoOp() local
276 Method directMethod = findDirectMethod(exampleClass, "nativeMethod"); in directlyCallingNativeMethodReturningPrimitiveShouldBeNoOp() local
287 …Method directMethod = exampleClass.getMethod("normalMethodReturningBoolean", boolean.class, boolea… in shouldHandleMethodsReturningBoolean() local
301 Method directMethod = exampleClass.getMethod("normalMethodReturningArray"); in shouldHandleMethodsReturningArray() local
354 …Method directMethod = findDirectMethod(aClass, "__constructor__", uninstrumentedParentClass, Strin… in shouldGenerateClassSpecificDirectAccessMethodForConstructorWhichDoesNotCallSuper() local
372 Method directMethod = declaringClass.getDeclaredMethod(directMethodName, argClasses); in findDirectMethod() local