net.sf.jameleon
Class PreconditionTag
java.lang.Object
org.apache.commons.jelly.TagSupport
net.sf.jameleon.PreconditionTag
- All Implemented Interfaces:
- Tag
public class PreconditionTag
- extends TagSupport
This tag is used to mark a group of tags as preconditions. Marking a tag
as a precondition tag doesn't change the functionality of the test case.
If the test case fails at a tag marked as a precondition, then the results
are marked as a precondition failure.
Tag Name: <precondition>
Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreconditionTag
public PreconditionTag()
doTag
public void doTag(XMLOutput out)
throws MissingAttributeException,
JellyTagException
- Throws:
MissingAttributeException
JellyTagException
Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.