|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CaseResult | |
|---|---|
| hudson.maven.reporters | |
| hudson.tasks.junit | Model objects that represent JUnit test reports. |
| hudson.tasks.test | Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). |
| Uses of CaseResult in hudson.maven.reporters |
|---|
| Methods in hudson.maven.reporters with parameters of type CaseResult | |
|---|---|
String |
SurefireAggregatedReport.getTestResultPath(CaseResult it)
|
| Uses of CaseResult in hudson.tasks.junit |
|---|
| Methods in hudson.tasks.junit that return CaseResult | |
|---|---|
CaseResult |
SuiteResult.getCase(String name)
Returns the CaseResult whose getName()
is the same as the given string. |
CaseResult |
ClassResult.getCaseResult(String name)
|
CaseResult |
CaseResult.getPreviousResult()
|
| Methods in hudson.tasks.junit that return types with arguments of type CaseResult | |
|---|---|
List<CaseResult> |
SuiteResult.getCases()
|
List<CaseResult> |
ClassResult.getChildren()
|
List<CaseResult> |
TestResult.getFailedTests()
|
List<CaseResult> |
PackageResult.getFailedTests()
Returns a list of the failed cases, in no particular sort order |
List<CaseResult> |
TestResultAction.getFailedTests()
|
List<CaseResult> |
PackageResult.getFailedTestsSortedByAge()
Returns a list of the failed cases, sorted by age. |
| Methods in hudson.tasks.junit with parameters of type CaseResult | |
|---|---|
void |
ClassResult.add(CaseResult r)
|
int |
CaseResult.compareTo(CaseResult that)
|
| Uses of CaseResult in hudson.tasks.test |
|---|
| Methods in hudson.tasks.test that return types with arguments of type CaseResult | |
|---|---|
List<CaseResult> |
AggregatedTestResultAction.getFailedTests()
|
List<CaseResult> |
AbstractTestResultAction.getFailedTests()
A shortcut for summary.jelly |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||