Class junit.framework.TestResult
| Changed Methods | ||
|---|---|---|
Enumeration<TestFailure> errors() |
Change in return type from Enumeration to Enumeration<TestFailure>. |
|
Enumeration<TestFailure> failures() |
Change in return type from Enumeration to Enumeration<TestFailure>. |
|
