android.test
public
class
android.test.InstrumentationTestSuite
Summary
Public Constructors
Public Methods
addTest,
addTestSuite,
countTestCases,
createTest,
getName,
getTestConstructor,
run,
runTest,
setName,
testAt,
testCount,
tests,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
InstrumentationTestSuite(Instrumentation instr)
Parameters
instr
| The instrumentation that will be injected into each
test before running it.
|
public
InstrumentationTestSuite(Class theClass, Instrumentation instr)
Parameters
theClass
| Inspected for methods starting with 'test' |
instr
| The instrumentation to inject into each test before
running.
|
Public Methods
public
void
addTestSuite(Class testClass)
Adds the tests from the given class to the suite