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

Method Index

 o addError(Test, Throwable)
Adds an error to the list of errors.
 o addFailure(Test, Throwable)
Adds a failure to the list of failures.
 o endTest(Test)
Informs the result that a test was completed.

Methods

 o addError
 public synchronized void addError(Test test,
                                   Throwable t)
Adds an error to the list of errors.

Overrides:
addError in class TestResult
 o addFailure
 public synchronized void addFailure(Test test,
                                     Throwable t)
Adds a failure to the list of failures.

Overrides:
addFailure in class TestResult
 o 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