Class TestStepFactory
java.lang.Object
net.thucydides.core.reports.integration.TestStepFactory
public class TestStepFactory
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TestStepFactory() -
Method Summary
Modifier and Type Method Description static TestSteperrorTestStepCalled(java.lang.String description)static TestStepfailingTestStepCalled(java.lang.String description)static TestStepflakyTestStepCalled(java.lang.String description)static TestStepignoredTestStepCalled(java.lang.String description)static TestSteppendingTestStepCalled(java.lang.String description)static TestStepskippedTestStepCalled(java.lang.String description)static TestStepsuccessfulTestStepCalled(java.lang.String description)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TestStepFactory
public TestStepFactory()
-
-
Method Details
-
successfulTestStepCalled
-
failingTestStepCalled
-
errorTestStepCalled
-
skippedTestStepCalled
-
ignoredTestStepCalled
-
pendingTestStepCalled
-
flakyTestStepCalled
-