|
![]() |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents the cumulative result of running an entire TestSuite against a single browser
environment.
| Method Summary | |
TestResult[] |
getAll()
Return all tescases that were part of this suite, regardless of their status. |
TestResult[] |
getErrors()
Return all the individual test cases which resulted in an error. |
TestResult[] |
getFailures()
Return all the individual test cases which resulted in failure. |
TestResult[] |
getOk()
Return all the test cases which suceeded without failures or errors. |
boolean |
wasSuccessful()
Indicates whether all the test cases in this result ran without producing any errors or failures. |
| Method Detail |
public boolean wasSuccessful()
public TestResult[] getFailures()
public TestResult[] getErrors()
public TestResult[] getOk()
public TestResult[] getAll()
|
The inevitable future of AJAX. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||