public class IsScenarioStep extends java.lang.Object implements org.squirrelframework.foundation.fsm.Condition<ScenarioContext>
| Constructor and Description |
|---|
IsScenarioStep(java.lang.String expectedStep) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSatisfied(ScenarioContext ctx) |
java.lang.String |
name() |
public boolean isSatisfied(ScenarioContext ctx)
isSatisfied in interface org.squirrelframework.foundation.fsm.Condition<ScenarioContext>public java.lang.String name()
name in interface org.squirrelframework.foundation.fsm.Condition<ScenarioContext>Copyright © 2017. All Rights Reserved.