public class AttributeEquals extends AbstractAssertAttribute implements AssertAttribute
checkOnEndTrace| Constructor and Description |
|---|
AttributeEquals() |
| Modifier and Type | Method and Description |
|---|---|
void |
doAssert(org.ow2.petals.log.parser.api.model.FlowStep flowStep,
org.apache.tools.ant.Project project)
Execute the assertion on the given flow step
|
void |
setName(String name)
Set the name of the attribute on which assertion will be done
|
void |
setValue(String value)
Set the value that the attribute must match.
|
setOnEndpublic void setName(String name)
name - A flow step attribute name. Not null, not empty.public void setValue(String value)
value - A value. Not null, not empty.public void doAssert(org.ow2.petals.log.parser.api.model.FlowStep flowStep,
org.apache.tools.ant.Project project)
throws BuildAssertAttributeFailException
AssertAttributedoAssert in interface AssertAttributeBuildAssertAttributeFailExceptionCopyright © 2005-2015 Linagora. All Rights Reserved.