No examples for this method.
Frequently called with: [Clear]
-1
| API Diff Specification | |
| To Level: | 16 |
| From Level: | 15 |
| Generated | 2012.07.16 10:58 |
TestSuite | Removed Constructors | |
|---|---|
Class)
|
|
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>. |
|