Class TestStepFactory

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

public class TestStepFactory
extends java.lang.Object
  • Constructor Details

    • TestStepFactory

      public TestStepFactory()
  • Method Details

    • successfulTestStepCalled

      public static TestStep successfulTestStepCalled​(java.lang.String description)
    • failingTestStepCalled

      public static TestStep failingTestStepCalled​(java.lang.String description)
    • errorTestStepCalled

      public static TestStep errorTestStepCalled​(java.lang.String description)
    • skippedTestStepCalled

      public static TestStep skippedTestStepCalled​(java.lang.String description)
    • ignoredTestStepCalled

      public static TestStep ignoredTestStepCalled​(java.lang.String description)
    • pendingTestStepCalled

      public static TestStep pendingTestStepCalled​(java.lang.String description)
    • flakyTestStepCalled

      public static TestStep flakyTestStepCalled​(java.lang.String description)