Uses of Class
hudson.tasks.junit.CaseResult
Package
Description
Model objects that represent JUnit test reports.
-
Uses of CaseResult in hudson.tasks.junit
Modifier and TypeMethodDescriptionReturns theCaseResult
whosegetFullDisplayName()
is the same as the given string.ClassResult.getCaseResult
(String name) CaseResult.getPreviousResult()
Modifier and TypeMethodDescriptionSuiteResult.getCases()
ClassResult.getChildren()
PackageResult.getFailedTests()
Returns a list of the failed cases, in no particular sort orderTestResult.getFailedTests()
TestResultAction.getFailedTests()
PackageResult.getFailedTestsSortedByAge()
Returns a list of the failed cases, sorted by age.PackageResult.getPassedTests()
Gets the "children" of this test result that passedTestResult.getPassedTests()
Gets the "children" of this test result that passedTestResultAction.getPassedTests()
PackageResult.getSkippedTests()
Gets the "children" of this test result that were skippedTestResult.getSkippedTests()
Gets the "children" of this test result that were skippedTestResultAction.getSkippedTests()
Modifier and TypeMethodDescriptionvoid
ClassResult.add
(CaseResult r) void
PackageResult.add
(CaseResult r) void
SuiteResult.addCase
(CaseResult cr) int
CaseResult.compareTo
(CaseResult that) -
Uses of CaseResult in io.jenkins.plugins.junit.storage
Modifier and TypeMethodDescriptionTestResultImpl.getFailedTests()
TestResultImpl.getFailedTestsByPackage
(String packageName) TestResultImpl.getPassedTests()
TestResultImpl.getPassedTestsByPackage
(String packageName) TestResultImpl.getSkippedTests()
TestResultImpl.getSkippedTestsByPackage
(String packageName) Modifier and TypeMethodDescriptionRun<?,
?> TestResultImpl.getFailedSinceRun
(CaseResult caseResult)