Package | Description |
---|---|
hudson.tasks.junit |
Model objects that represent JUnit test reports.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
List<CaseResult> |
SuiteResult.getCases() |
List<CaseResult> |
ClassResult.getChildren() |
List<CaseResult> |
TestResultAction.getFailedTests() |
List<CaseResult> |
TestResult.getFailedTests() |
List<CaseResult> |
PackageResult.getFailedTests()
Returns a list of the failed cases, in no particular
sort order
|
List<CaseResult> |
PackageResult.getFailedTestsSortedByAge()
Returns a list of the failed cases, sorted by age.
|
List<CaseResult> |
TestResultAction.getPassedTests() |
List<CaseResult> |
TestResult.getPassedTests()
Gets the "children" of this test result that passed
|
List<CaseResult> |
PackageResult.getPassedTests()
Gets the "children" of this test result that passed
|
List<CaseResult> |
TestResultAction.getSkippedTests() |
List<CaseResult> |
TestResult.getSkippedTests()
Gets the "children" of this test result that were skipped
|
List<CaseResult> |
PackageResult.getSkippedTests()
Gets the "children" of this test result that were skipped
|
Modifier and Type | Method and Description |
---|---|
void |
ClassResult.add(CaseResult r) |
int |
CaseResult.compareTo(CaseResult that) |
Copyright © 2015. All rights reserved.