org.apache.commons.jelly.tags.junit
public class CaseTag extends TagSupport
body, context, parent
Constructor and Description |
---|
CaseTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
java.lang.String |
getName() |
protected junit.framework.TestSuite |
getSuite()
Strategy method to find the corrent TestSuite to add a new Test case to
|
void |
setName(java.lang.String name)
Sets the name of this test case
|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void doTag(XMLOutput output) throws JellyTagException
Tag
JellyTagException
public java.lang.String getName()
public void setName(java.lang.String name)
protected junit.framework.TestSuite getSuite()
Copyright © 2014. All Rights Reserved.