|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtiger.ant.Category
public final class Category
An element used in the Ant task
to specify a regular expression which categories of test cases are
to be executed by the framework. Omitting this element from the build file causes test cases in any category to be
executed.
JTigerTask
Constructor Summary | |
---|---|
Category()
Create a default Category. |
|
Category(String regex)
Create a Category with the given regular expression. |
Method Summary | |
---|---|
String |
getRegex()
Returns the regular expression for this category. |
void |
setRegex(String regex)
Sets the regular expression for this category. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Category()
public Category(String regex)
regex
- The regular expression of the Category.Method Detail |
---|
public String getRegex()
public void setRegex(String regex)
regex
- The regular expression for this category.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |