Class junit.framework.TestSuite

Removed Constructors
TestSuite( Class)  
TestSuite( Class, String )  
 

Added Constructors
TestSuite( Class<TestCase>, String )  
TestSuite( Class<TestCase>, String )  
TestSuite( Class<?>)  
TestSuite( Class<?>)  
 

Added Methods
Test  warning( String)  
 

Changed Methods
void  addTestSuite( Class<TestCase>) Change in signature from Class to Class<TestCase>.
 
Test  createTest( Class<?>, String ) Change in signature from (Class, String) to (Class<?>, String).
 
Constructor<?>  getTestConstructor( Class<?>) Change in return type from Constructor to Constructor<?>.
Change in signature from Class to Class<?>.
 
Enumeration<Test>  tests() Change in return type from Enumeration to Enumeration<Test>.
 
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.