net.sf.jameleon
Class TestCaseAuthorTag
java.lang.Object
org.apache.commons.jelly.TagSupport
net.sf.jameleon.LocationAwareTagSupport
net.sf.jameleon.AbstractTestCaseDocAttribute
net.sf.jameleon.TestCaseAuthorTag
- All Implemented Interfaces:
- LocationAware, Tag
public class TestCaseAuthorTag
- extends AbstractTestCaseDocAttribute
Documents the test case's author.
This tag is used directly inside the <testcase/> tag.
A example might be:
Tag Name: <test-case-author>
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 |
TestCaseAuthorTag
public TestCaseAuthorTag()
setTestCaseValue
protected void setTestCaseValue(String text)
- Specified by:
setTestCaseValue
in class AbstractTestCaseDocAttribute
Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.