@Deprecated public class InstrumentationTestSuite extends TestSuite
junit.framework.TestSuite
that injects Instrumentation
into
InstrumentationTestCase
before running them.Constructor and Description |
---|
InstrumentationTestSuite(Class theClass,
Instrumentation instr)
Deprecated.
|
InstrumentationTestSuite(Instrumentation instr)
Deprecated.
|
InstrumentationTestSuite(String name,
Instrumentation instr)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addTestSuite(Class testClass)
Deprecated.
|
void |
runTest(Test test,
TestResult result)
Deprecated.
|
public InstrumentationTestSuite(Instrumentation instr)
instr
- The instrumentation that will be injected into each
test before running it.public InstrumentationTestSuite(String name, Instrumentation instr)
public InstrumentationTestSuite(Class theClass, Instrumentation instr)
theClass
- Inspected for methods starting with 'test'instr
- The instrumentation to inject into each test before
running.public void addTestSuite(Class testClass)
public void runTest(Test test, TestResult result)