Searched defs:InstrumentationTestSuite (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/core/java/android/test/ | ||
H A D | InstrumentationTestSuite.java | 29 public class InstrumentationTestSuite extends TestSuite { class in inherits:TestSuite 37 public InstrumentationTestSuite(Instrumentation instr) { method in class:InstrumentationTestSuite 42 public InstrumentationTestSuite(String name, Instrumentation instr) { method in class:InstrumentationTestSuite 52 public InstrumentationTestSuite(final Class theClass, Instrumentation instr) { method in class:InstrumentationTestSuite 60 addTest(new InstrumentationTestSuite(testClass, mInstrumentation)); |
Completed in 39 milliseconds