Class TestCase
java.lang.Object
net.thucydides.core.reports.adaptors.xunit.model.TestCase
public class TestCase
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description TestCaseandClassname(java.lang.String classname)TestCaseandTime(double time)java.lang.StringgetClassname()java.util.Optional<TestException>getError()java.util.Optional<TestException>getFailure()java.lang.StringgetName()java.util.Optional<Skip>getSkipped()doublegetTime()TestCasewasSkipped(java.lang.String message)TestCasewithError(TestException error)TestCasewithFailure(TestException failure)static TestCasewithName(java.lang.String name)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
withName
-
andClassname
-
andTime
-
withFailure
-
withError
-
wasSkipped
-
getName
public java.lang.String getName() -
getClassname
public java.lang.String getClassname() -
getTime
public double getTime() -
getFailure
-
getError
-
getSkipped
-