|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cwctravel.hudson.plugins.suitegroupedtests.junit.SuiteResult
@ExportedBean public final class SuiteResult
Result of one test suite.
The notion of "test suite" is rather arbitrary in JUnit ant task. It's basically one invocation of junit.
This object is really only used as a part of the persisted object tree.
| Method Summary | |
|---|---|
CaseResult |
getCase(java.lang.String name)
Returns the CaseResult whose CaseResult.getName() is the same as the given string. |
java.util.List<CaseResult> |
getCases()
|
java.util.Set<java.lang.String> |
getClassNames()
|
float |
getDuration()
|
java.lang.String |
getFile()
The absolute path to the original test report. |
java.lang.String |
getName()
|
TestResult |
getParent()
|
SuiteResult |
getPreviousResult()
|
java.lang.String |
getStderr()
The stderr of this test. |
java.lang.String |
getStdout()
The stdout of this test. |
java.lang.String |
getTimestamp()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@Exported(visibility=9) public java.lang.String getName()
@Exported(visibility=9) public float getDuration()
@Exported public java.lang.String getStdout()
CaseResult.getStdout()@Exported public java.lang.String getStderr()
CaseResult.getStderr()public java.lang.String getFile()
public TestResult getParent()
@Exported(visibility=9) public java.lang.String getTimestamp()
@Exported(inline=true,
visibility=9)
public java.util.List<CaseResult> getCases()
public SuiteResult getPreviousResult()
public CaseResult getCase(java.lang.String name)
CaseResult whose CaseResult.getName() is the same as the given string.
Note that test name needs not be unique.
public java.util.Set<java.lang.String> getClassNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||