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

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

public class TestCaseModel
extends Object


Field Summary
 String classname
           
 List<FailureModel> errors
           
 List<FailureModel> failures
           
 String name
           
 String skipped
           
 double time
           
 
Constructor Summary
TestCaseModel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classname

public String classname

name

public String name

time

public double time

failures

public List<FailureModel> failures

errors

public List<FailureModel> errors

skipped

public String skipped
Constructor Detail

TestCaseModel

public TestCaseModel()


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