|
||||||||||
| 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.SuiteResult
public class SuiteResult
Class SuiteResult.
| Constructor Summary | |
|---|---|
SuiteResult()
|
|
| Method Summary | |
|---|---|
void |
addFailure(TestCaseFailure testCaseFailure)
Method addFailure. |
int |
getFailureCount()
Get the failureCount field. |
List<TestCaseFailure> |
getFailures()
Method getFailures. |
String |
getName()
Get the name field. |
int |
getTestCount()
Get the testCount field. |
long |
getTotalTime()
Get the totalTime field. |
void |
removeFailure(TestCaseFailure testCaseFailure)
Method removeFailure. |
void |
setFailureCount(int failureCount)
Set the failureCount field. |
void |
setFailures(List<TestCaseFailure> failures)
Set the failures field. |
void |
setName(String name)
Set the name 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 SuiteResult()
| Method Detail |
|---|
public void addFailure(TestCaseFailure testCaseFailure)
testCaseFailure - public int getFailureCount()
public List<TestCaseFailure> getFailures()
public String getName()
public int getTestCount()
public long getTotalTime()
public void removeFailure(TestCaseFailure testCaseFailure)
testCaseFailure - public void setFailureCount(int failureCount)
failureCount - public void setFailures(List<TestCaseFailure> failures)
failures - public void setName(String name)
name - 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 | |||||||||