Home
last modified time | relevance | path

Searched refs:runTestMethod (Results 1 – 13 of 13) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAbstractFutureFallbackAtomicHelperTest.java94 runTestMethod(NO_UNSAFE); in runTest()
101 runTestMethod(NO_ATOMIC_REFERENCE_FIELD_UPDATER); in runTest()
108 private void runTestMethod(ClassLoader classLoader) throws Exception { in runTestMethod() method in AbstractFutureFallbackAtomicHelperTest
DAggregateFutureStateFallbackAtomicHelperTest.java89 runTestMethod(NO_ATOMIC_FIELD_UPDATER); in runTest()
96 private void runTestMethod(ClassLoader classLoader) throws Exception { in runTestMethod() method in AggregateFutureStateFallbackAtomicHelperTest
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractFutureFallbackAtomicHelperTest.java94 runTestMethod(NO_UNSAFE); in runTest()
101 runTestMethod(NO_ATOMIC_REFERENCE_FIELD_UPDATER); in runTest()
108 private void runTestMethod(ClassLoader classLoader) throws Exception { in runTestMethod() method in AbstractFutureFallbackAtomicHelperTest
DAggregateFutureStateFallbackAtomicHelperTest.java89 runTestMethod(NO_ATOMIC_FIELD_UPDATER); in runTest()
96 private void runTestMethod(ClassLoader classLoader) throws Exception { in runTestMethod() method in AggregateFutureStateFallbackAtomicHelperTest
/external/junit/src/main/java/org/junit/internal/runners/
DMethodRoadie.java64 runTestMethod(); in runWithTimeout()
89 runTestMethod(); in runTest()
106 protected void runTestMethod() { in runTestMethod() method in MethodRoadie
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DExtensionRegistryFactoryTest.java232 runTestMethod(LITE_CLASS_LOADER, InnerLiteTest.class); in runTest()
237 runTestMethod(storedClassLoader, InnerTest.class); in runTest()
243 private void runTestMethod(ClassLoader classLoader, Class<? extends RegistryTests> testClass) in runTestMethod() method in ExtensionRegistryFactoryTest
/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DExtensionRegistryFactoryTest.java232 runTestMethod(LITE_CLASS_LOADER, InnerLiteTest.class); in runTest()
237 runTestMethod(storedClassLoader, InnerTest.class); in runTest()
243 private void runTestMethod(ClassLoader classLoader, Class<? extends RegistryTests> testClass) in runTestMethod() method in ExtensionRegistryFactoryTest
/external/testng/src/main/java/org/testng/
DIHookCallBack.java23 public void runTestMethod(ITestResult testResult); in runTestMethod() method
/external/testng/src/test/java/test/hook/
DHookListener.java13 callBack.runTestMethod(testResult); in run()
DHookSuccess599Test.java28 callBack.runTestMethod(testResult); in run()
DHookSuccessTest.java28 callBack.runTestMethod(testResult); in run()
DHookSuccess862Test.java25 callBack.runTestMethod(testResult); in run()
/external/testng/src/main/java/org/testng/internal/
DMethodInvocationHelper.java195 public void runTestMethod(ITestResult tr) { in invokeHookable()