android.test
Class InstrumentationTestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by android.test.InstrumentationTestSuite
All Implemented Interfaces:
junit.framework.Test

public class InstrumentationTestSuite
extends junit.framework.TestSuite


Constructor Summary
InstrumentationTestSuite(Class theClass, android.app.Instrumentation instr)
           
InstrumentationTestSuite(android.app.Instrumentation instr)
           
InstrumentationTestSuite(String name, android.app.Instrumentation instr)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.