public class TestResultDto extends Object
| Constructor and Description |
|---|
TestResultDto(String formattedTestDuration,
int totalCount,
int failCount,
String failedDifference,
long testDuration) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFailCount() |
String |
getFailedDifference() |
String |
getFormattedTestDuration() |
long |
getTestDuration() |
int |
getTotalCount() |
Copyright © 2016–2019. All rights reserved.