android.test
Class InstrumentationTestSuite
java.lang.Object
junit.framework.TestSuite
android.test.InstrumentationTestSuite
- All Implemented Interfaces:
- junit.framework.Test
public class InstrumentationTestSuite
- extends junit.framework.TestSuite
|
Method Summary |
void |
addTestSuite(Class testClass)
|
void |
runTest(junit.framework.Test test,
junit.framework.TestResult result)
|
| Methods inherited from class junit.framework.TestSuite |
addTest, countTestCases, createTest, getName, getTestConstructor, run, setName, testAt, testCount, tests, toString, warning |
InstrumentationTestSuite
public InstrumentationTestSuite(android.app.Instrumentation instr)
InstrumentationTestSuite
public InstrumentationTestSuite(String name,
android.app.Instrumentation instr)
InstrumentationTestSuite
public InstrumentationTestSuite(Class theClass,
android.app.Instrumentation instr)
addTestSuite
public void addTestSuite(Class testClass)
- Overrides:
addTestSuite in class junit.framework.TestSuite
runTest
public void runTest(junit.framework.Test test,
junit.framework.TestResult result)
- Overrides:
runTest in class junit.framework.TestSuite
Copyright © 2008-2011. All Rights Reserved.