Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)

Class junit.framework. TestSuite

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

Added Constructors
, java.lang.String)"> , java.lang.String)" target="_top"> TestSuite ( Class<TestCase>, String )  
[], java.lang.String)"> [], java.lang.String)" target="_top"> TestSuite ( Class<TestCase>, String )  
)"> )" target="_top"> TestSuite ( Class<?> )  
...)"> ...)" target="_top"> TestSuite ( Class<?> )  
 

Added Methods
Test   warning ( String )  
 

Changed Methods
)"> void   )" target="_top"> addTestSuite ( Class<TestCase> ) Change in signature from Class to Class<TestCase> .
 
, java.lang.String)"> Test   , java.lang.String)" target="_top"> createTest ( Class<?>, String ) Change in signature from ( Class, String ) to ( Class<?>, String ).
 
)"> Constructor<?>   )" target="_top"> 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> .