|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestCase
Basic POJO to hold information about a TestCase across builds.
| Method Summary | |
|---|---|
String |
getActualMethodName()
|
List |
getAllTestBuildNumbers()
|
double |
getAverageDurationInSeconds()
|
double |
getAverageTimeToFix()
|
Build |
getBuild()
The build for which this test case exists in |
String |
getClassName()
|
int |
getCreatedInBuild()
|
List |
getFailedTestBuildNumbers()
|
List |
getFailurePeriods()
|
String |
getKey()
The Key of the test case, in format: a.c.X:testFoo |
String |
getMethodName()
|
List |
getSuccessfulTestBuildNumbers()
|
double |
getSuccessPercentage()
|
SortedMap |
getTestResults()
Get a map of test case result objects. |
int |
getTotalFailures()
|
int |
getTotalNumberOfResults()
|
int |
getTotalSuccesses()
|
| Method Detail |
|---|
Build getBuild()
BuildString getKey()
String representing keyint getTotalNumberOfResults()
int getTotalFailures()
int getTotalSuccesses()
int getCreatedInBuild()
double getSuccessPercentage()
String getActualMethodName()
String getMethodName()
String representing nice test description derived from the testCase method nameString getClassName()
String of the full class path for which this test case exists in.List getAllTestBuildNumbers()
List of Integer build numbers in which this test case occurred.List getSuccessfulTestBuildNumbers()
List of Integer representing all sucessful builds numbers for this test case.List getFailedTestBuildNumbers()
List of Integer represnting all failed build numbers for this test case.List getFailurePeriods()
List of TestCaseFailurePeriod objects.SortedMap getTestResults()
SortedMap containing the actual test case result objects.
key - Integer of build number for the test case result
value - TestCaseResult representing one run of the test case.double getAverageDurationInSeconds()
double getAverageTimeToFix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||