Class TestStepFactory

java.lang.Object
net.thucydides.core.reports.integration.TestStepFactory

public class TestStepFactory extends Object
  • Constructor Details

    • TestStepFactory

      public TestStepFactory()
  • Method Details

    • successfulTestStepCalled

      public static TestStep successfulTestStepCalled(String description)
    • failingTestStepCalled

      public static TestStep failingTestStepCalled(String description)
    • errorTestStepCalled

      public static TestStep errorTestStepCalled(String description)
    • skippedTestStepCalled

      public static TestStep skippedTestStepCalled(String description)
    • ignoredTestStepCalled

      public static TestStep ignoredTestStepCalled(String description)
    • pendingTestStepCalled

      public static TestStep pendingTestStepCalled(String description)
    • flakyTestStepCalled

      public static TestStep flakyTestStepCalled(String description)