com.carrotsearch.ant.tasks.junit4.listeners.antxml
Class TestSuiteModel
java.lang.Object
com.carrotsearch.ant.tasks.junit4.listeners.antxml.TestSuiteModel
public class TestSuiteModel
- extends Object
Suite model of ANT-JUnit XML.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
errors
public int errors
failures
public int failures
tests
public int tests
skipped
public Integer skipped
- The number of skipped tests (maven surefire).
name
public String name
hostname
public String hostname
time
public double time
timestamp
public String timestamp
properties
public List<PropertyModel> properties
testcases
public List<TestCaseModel> testcases
sysout
public String sysout
syserr
public String syserr
TestSuiteModel
public TestSuiteModel()
Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.