|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.sqlunit.handlers.CategoryHandler
public class CategoryHandler
The CategoryHandler processes the contents of a Category tag in the input SQLUnit XML file. It decides whether a test falls into a user-defined category, which we will call the global category. The decision is made following these rules:
Constructor Summary | |
---|---|
CategoryHandler()
|
Method Summary | |
---|---|
java.lang.Object |
process(org.jdom.Element elCategory)
Processes the JDOM Element representing a Category Declaration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CategoryHandler()
Method Detail |
---|
public java.lang.Object process(org.jdom.Element elCategory) throws java.lang.Exception
process
in interface IHandler
elCategory
- the JDOM Element to use.
if
- there was a problem handling the category element.
java.lang.Exception
- if something went wrong with the process call.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |