net.sf.jameleon
Class AbstractTestCaseDocAttribute

java.lang.Object
  extended by org.apache.commons.jelly.TagSupport
      extended by net.sf.jameleon.LocationAwareTagSupport
          extended by 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


Field Summary
protected  TestCaseTag tct
           
 
Fields inherited from class net.sf.jameleon.LocationAwareTagSupport
columnNumber, elementTagName, lineNumber, scriptFileName
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
AbstractTestCaseDocAttribute()
           
 
Method Summary
 void doTag(XMLOutput out)
           
protected abstract  void setTestCaseValue(String text)
           
 void setup()
           
 
Methods inherited from class net.sf.jameleon.LocationAwareTagSupport
getColumnNumber, getElementName, getFileName, getLineNumber, setColumnNumber, setElementName, setFileName, setLineNumber
 
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
 

Field Detail

tct

protected TestCaseTag tct
Constructor Detail

AbstractTestCaseDocAttribute

public AbstractTestCaseDocAttribute()
Method Detail

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.