public class TestScore extends Score
AggregatedScore impact of test results. These results are obtained by inspecting a TestResultAction instance of the JUnit plugin.| Constructor and Description |
|---|
TestScore(TestConfiguration configuration,
hudson.tasks.junit.TestResultAction action)
Creates a new
TestScore instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getFailedSize() |
int |
getPassedSize() |
int |
getSkippedSize() |
int |
getTotalSize() |
int |
hashCode() |
getId, getName, getTotalImpactpublic TestScore(TestConfiguration configuration, hudson.tasks.junit.TestResultAction action)
TestScore instance.configuration - the grading configurationaction - the action that contains the test resultsCopyright © 2016–2020. All rights reserved.