public class TestSuiteModel extends Object
Modifier and Type | Field and Description |
---|---|
int |
errors |
int |
failures |
String |
hostname |
String |
name |
List<PropertyModel> |
properties |
Integer |
skipped
The number of skipped tests (maven surefire).
|
String |
syserr |
String |
sysout |
List<TestCaseModel> |
testcases |
int |
tests |
double |
time |
String |
timestamp |
Constructor and Description |
---|
TestSuiteModel() |
public int errors
public int failures
public int tests
public Integer skipped
public String name
public String hostname
public double time
public String timestamp
public List<PropertyModel> properties
public List<TestCaseModel> testcases
public String sysout
public String syserr
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.