com.thoughtworks.gauge
Class StepDetails

java.lang.Object
  extended by com.thoughtworks.gauge.StepDetails

public class StepDetails
extends Object

Holds the information about the current Step executing at Runtime


Constructor Summary
StepDetails()
           
StepDetails(String text, boolean isFailing)
           
 
Method Summary
 Boolean getIsFailing()
           
 String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepDetails

public StepDetails(String text,
                   boolean isFailing)

StepDetails

public StepDetails()
Method Detail

getIsFailing

public Boolean getIsFailing()
Returns:
- True if the current spec or scenario or step is failing due to error.

getText

public String getText()
Returns:
- The name of the step as given in the spec file.


Copyright © 2015. All rights reserved.