public class TestResultSummary extends Object implements Serializable
Constructor and Description |
---|
TestResultSummary()
Deprecated.
|
TestResultSummary(int failCount,
int skipCount,
int passCount,
int totalCount) |
TestResultSummary(TestResult result) |
Modifier and Type | Method and Description |
---|---|
int |
getFailCount() |
int |
getPassCount() |
int |
getSkipCount() |
int |
getTotalCount() |
@Deprecated @Restricted(value=org.kohsuke.accmod.restrictions.DoNotUse.class) public TestResultSummary()
public TestResultSummary(int failCount, int skipCount, int passCount, int totalCount)
public TestResultSummary(TestResult result)
Copyright © 2016–2022. All rights reserved.