Class TestStepFactory
java.lang.Object
net.thucydides.model.reports.integration.TestStepFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TestSteperrorTestStepCalled(String description) static TestStepfailingTestStepCalled(String description) static TestStepflakyTestStepCalled(String description) static TestStepignoredTestStepCalled(String description) static TestSteppendingTestStepCalled(String description) static TestStepskippedTestStepCalled(String description) static TestStepsuccessfulTestStepCalled(String description)
-
Constructor Details
-
TestStepFactory
public TestStepFactory()
-
-
Method Details
-
successfulTestStepCalled
-
failingTestStepCalled
-
errorTestStepCalled
-
skippedTestStepCalled
-
ignoredTestStepCalled
-
pendingTestStepCalled
-
flakyTestStepCalled
-