|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.continuum.model.scm.v1_0_9.TestResult
public class TestResult
Class TestResult.
| Constructor Summary | |
|---|---|
TestResult()
|
|
| Method Summary | |
|---|---|
void |
addSuiteResult(SuiteResult suiteResult)
Method addSuiteResult. |
int |
getFailureCount()
Get the failureCount field. |
List<SuiteResult> |
getSuiteResults()
Method getSuiteResults. |
int |
getTestCount()
Get the testCount field. |
long |
getTotalTime()
Get the totalTime field. |
void |
removeSuiteResult(SuiteResult suiteResult)
Method removeSuiteResult. |
void |
setFailureCount(int failureCount)
Set the failureCount field. |
void |
setSuiteResults(List<SuiteResult> suiteResults)
Set the suiteResults field. |
void |
setTestCount(int testCount)
Set the testCount field. |
void |
setTotalTime(long totalTime)
Set the totalTime field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestResult()
| Method Detail |
|---|
public void addSuiteResult(SuiteResult suiteResult)
suiteResult - public int getFailureCount()
public List<SuiteResult> getSuiteResults()
public int getTestCount()
public long getTotalTime()
public void removeSuiteResult(SuiteResult suiteResult)
suiteResult - public void setFailureCount(int failureCount)
failureCount - public void setSuiteResults(List<SuiteResult> suiteResults)
suiteResults - public void setTestCount(int testCount)
testCount - public void setTotalTime(long totalTime)
totalTime -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||