public class AbstractAssertAttribute extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
checkOnEndTrace
Flag to define on which trace (beginning or ending) of the flow step the assertion must be done.
|
| Constructor and Description |
|---|
AbstractAssertAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
setOnEnd(boolean checkOnEndTrace)
Set the flag defining the trace (beginning or ending) of the flow step the assertion must be done.
|
protected boolean checkOnEndTrace
true , the attributes of the end trace will be used; false, the attributes of the
beginning trace will be used. Default value: false.public void setOnEnd(boolean checkOnEndTrace)
checkOnEndTrace - true , the attributes of the end trace will be used; false, the attributes
of the beginning trace will be used.Copyright © 2005-2015 Linagora. All Rights Reserved.