public static class TestResultModel.Stats extends Object
Constructor and Description |
---|
Stats(Integer suites,
Integer tests,
Integer passes,
Integer pending,
Integer failures,
String start,
String end,
Long duration) |
Modifier and Type | Method and Description |
---|---|
Long |
getDuration() |
String |
getEnd() |
Integer |
getFailures() |
Integer |
getPasses() |
Integer |
getPending() |
String |
getStart() |
Integer |
getSuites() |
Integer |
getTests() |
public Integer getSuites()
public Integer getTests()
public Integer getPasses()
public Integer getPending()
public Integer getFailures()
public String getStart()
public String getEnd()
public Long getDuration()
Copyright © 2016–2020. All rights reserved.