Searched defs:InstrumentationTestSuite (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/test/
H A DInstrumentationTestSuite.java35 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 247 milliseconds