public class AssertFlowStep extends Object
| Constructor and Description |
|---|
AssertFlowStep() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributeEquals(AttributeEquals assertAttributeEquals) |
void |
addAttributeSet(AttributeSet assertAttributeSet) |
void |
addFlowStepInfo(FlowStepInfo flowStepInfo) |
List<AssertAttribute> |
getAttributeAssertions() |
boolean |
getEndsWithError() |
Integer |
getFlowStepIdx() |
List<FlowStepInfo> |
getFlowStepInfos() |
void |
setEndsWithError(boolean endsWithError) |
void |
setFlowStepIdx(int flowStepIdx) |
public void addAttributeEquals(AttributeEquals assertAttributeEquals)
public void addAttributeSet(AttributeSet assertAttributeSet)
public void setFlowStepIdx(int flowStepIdx)
public void setEndsWithError(boolean endsWithError)
public void addFlowStepInfo(FlowStepInfo flowStepInfo)
public Integer getFlowStepIdx()
public boolean getEndsWithError()
public List<AssertAttribute> getAttributeAssertions()
public List<FlowStepInfo> getFlowStepInfos()
Copyright © 2005-2015 Linagora. All Rights Reserved.