Searched defs:InstrumentationTestSuite (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/test-base/src/android/test/ | ||
H A D | InstrumentationTestSuite.java | 35 public class InstrumentationTestSuite extends TestSuite { class in inherits:TestSuite 43 public InstrumentationTestSuite(Instrumentation instr) { method in class:InstrumentationTestSuite 48 public InstrumentationTestSuite(String name, Instrumentation instr) { method in class:InstrumentationTestSuite 58 public InstrumentationTestSuite(final Class theClass, Instrumentation instr) { method in class:InstrumentationTestSuite 66 addTest(new InstrumentationTestSuite(testClass, mInstrumentation)); |
Completed in 89 milliseconds