public class SuiteTag extends TagSupport
body, context, parent| Constructor and Description |
|---|
SuiteTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTest(junit.framework.Test test)
Adds a new Test to this suite
|
protected junit.framework.TestSuite |
createSuite()
Factory method to create a new TestSuite
|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
String |
getName() |
junit.framework.TestSuite |
getSuite() |
void |
setName(String name)
Sets the name of this test suite
|
void |
setVar(String var)
Sets the name of the test suite whichi is exported
|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBodypublic void addTest(junit.framework.Test test)
public void doTag(XMLOutput output) throws JellyTagException
TagJellyTagExceptionpublic junit.framework.TestSuite getSuite()
public void setVar(String var)
public String getName()
public void setName(String name)
protected junit.framework.TestSuite createSuite()
Copyright © 2014. All rights reserved.