public class TestResults extends Object
Constructor and Description |
---|
TestResults() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static TestResults |
fromJUnitTestResults(hudson.tasks.junit.TestResultAction testResultAction) |
int |
getFailedTestCaseCount() |
int |
getPassedTestCaseCount() |
int |
getSkippedTestCaseCount() |
ArrayList<TestSuite> |
getTestSuites() |
int |
hashCode() |
void |
setFailedTestCaseCount(int failedTestCaseCount) |
void |
setPassedTestCaseCount(int passedTestCaseCount) |
void |
setSkippedTestCaseCount(int skippedTestCaseCount) |
void |
setTestSuites(ArrayList<TestSuite> testSuites) |
public static TestResults fromJUnitTestResults(@Nullable hudson.tasks.junit.TestResultAction testResultAction)
public int getPassedTestCaseCount()
public void setPassedTestCaseCount(int passedTestCaseCount)
public int getSkippedTestCaseCount()
public void setSkippedTestCaseCount(int skippedTestCaseCount)
public int getFailedTestCaseCount()
public void setFailedTestCaseCount(int failedTestCaseCount)
Copyright © 2016–2020. All rights reserved.