public class TestCase extends Object
TestCase()
TestCase(String classname, String name)
List<TestError>
getErrors()
List<TestFailure>
getFailures()
String
getName()
float
getTime()
void
setTime(float time)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TestCase()
public TestCase(String classname, String name)
public String getName()
public void setTime(float time)
public float getTime()
public List<TestFailure> getFailures()
public List<TestError> getErrors()
Copyright © 2004-2016. All Rights Reserved.