Class TestOutcome.StepReplacer

java.lang.Object
net.thucydides.core.model.TestOutcome.StepReplacer
Enclosing class:
TestOutcome

public class TestOutcome.StepReplacer
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    StepReplacer​(java.util.List<TestStep> stepsToReplace)  
  • Method Summary

    Modifier and Type Method Description
    void with​(TestStep mergedStep)  

    Methods inherited from class java.lang.Object

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

    • StepReplacer

      public StepReplacer​(java.util.List<TestStep> stepsToReplace)
  • Method Details

    • with

      public void with​(TestStep mergedStep)