All Packages Class Hierarchy This Package Previous Next Index
Class test.ui.UITestResult
java.lang.Object
|
+----test.framework.TestResult
|
+----test.ui.UITestResult
- public class UITestResult
- extends TestResult
-
addError(Test, Throwable)
- Adds an error to the list of errors.
-
addFailure(Test, Throwable)
- Adds a failure to the list of failures.
-
endTest(Test)
- Informs the result that a test was completed.
addError
public synchronized void addError(Test test,
Throwable t)
- Adds an error to the list of errors.
- Overrides:
- addError in class TestResult
addFailure
public synchronized void addFailure(Test test,
Throwable t)
- Adds a failure to the list of failures.
- Overrides:
- addFailure in class TestResult
endTest
public synchronized void endTest(Test test)
- Informs the result that a test was completed.
- Overrides:
- endTest in class TestResult
All Packages Class Hierarchy This Package Previous Next Index