Home
last modified time | relevance | path

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

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DDexTestRunner.java173 Test test = null; in addTestClassByName() local
198 public void setTest(Test test) { in setTest()
212 public void addTest(Test test) { in addTest()
276 void onError(Test test, Throwable t) { in onError()
DAuptTestRunner.java272 private void injectInstrumentation(Test test) { in injectInstrumentation()
/platform_testing/libraries/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java66 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()
/platform_testing/libraries/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java100 Object test = super.createTest(); in createTest() local