| java.lang.Object | ||
| ↳ | junit.framework.TestSuite | |
| ↳ | android.test.InstrumentationTestSuite | |
A TestSuite that injects Instrumentation into
 InstrumentationTestCase before running them.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
          Adds the tests from the given class to the suite
          
    
         
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  junit.framework.TestSuite
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  junit.framework.Test
 | |||||||||||
| instr | The instrumentation that will be injected into each test before running it. | 
|---|
| theClass | Inspected for methods starting with 'test' | 
|---|---|
| instr | The instrumentation to inject into each test before running. | 
Adds the tests from the given class to the suite