public class TestResultSummary extends Object implements Serializable
Constructor and Description |
---|
TestResultSummary() |
TestResultSummary(TestResult result) |
Modifier and Type | Method and Description |
---|---|
int |
getFailCount() |
int |
getPassCount() |
int |
getSkipCount() |
int |
getTotalCount() |
public TestResultSummary()
public TestResultSummary(TestResult result)
Copyright © 2016–2020. All rights reserved.