net.thucydides.core.reports.adaptors.xunit.model
Class TestCase
java.lang.Object
net.thucydides.core.reports.adaptors.xunit.model.TestCase
public class TestCase
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
withName
public static TestCase withName(String name)
andClassname
public TestCase andClassname(String classname)
andTime
public TestCase andTime(double time)
withFailure
public TestCase withFailure(TestException failure)
withError
public TestCase withError(TestException error)
wasSkipped
public TestCase wasSkipped(String message)
getName
public String getName()
getClassname
public String getClassname()
getTime
public double getTime()
getFailure
public com.google.common.base.Optional<TestException> getFailure()
getError
public com.google.common.base.Optional<TestException> getError()
getSkipped
public com.google.common.base.Optional<Skip> getSkipped()
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.