net.sf.jameleon
Class AbstractTestCaseDocAttribute
java.lang.Object
org.apache.commons.jelly.TagSupport
net.sf.jameleon.LocationAwareTagSupport
net.sf.jameleon.AbstractTestCaseDocAttribute
- All Implemented Interfaces:
- LocationAware, Tag
- Direct Known Subclasses:
- ApplicationTestedTag, FunctionalPointTestedTag, TestCaseAuthorTag, TestCaseBugTag, TestCaseIdTag, TestCaseLevelTag, TestCaseRequirementTag, TestCaseSummaryTag
public abstract class AbstractTestCaseDocAttribute
- extends LocationAwareTagSupport
An abstract class used to define some test case attributes
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 |
tct
protected TestCaseTag tct
AbstractTestCaseDocAttribute
public AbstractTestCaseDocAttribute()
doTag
public void doTag(XMLOutput out)
throws MissingAttributeException,
JellyTagException
- Throws:
MissingAttributeException
JellyTagException
setTestCaseValue
protected abstract void setTestCaseValue(String text)
setup
public void setup()
Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.