Class TestStep.TestStepBuilder

java.lang.Object
net.thucydides.core.model.TestStep.TestStepBuilder
Enclosing class:
TestStep

public static class TestStep.TestStepBuilder
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    TestStepBuilder​(java.lang.String description)  
  • Method Summary

    Modifier and Type Method Description
    TestStep withResult​(TestResult result)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TestStepBuilder

      public TestStepBuilder​(java.lang.String description)
  • Method Details