com.carrotsearch.ant.tasks.junit4.listeners.antxml
Class TestSuiteModel

java.lang.Object
  extended by com.carrotsearch.ant.tasks.junit4.listeners.antxml.TestSuiteModel

public class TestSuiteModel
extends Object

Suite model of ANT-JUnit XML.


Field Summary
 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 Summary
TestSuiteModel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TestSuiteModel

public TestSuiteModel()


Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.