|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.sqlunit.handlers.SkipHandler
public class SkipHandler
The SkipHandler class processes the contents of a Skip tag in the input SQLUnit XML file. It decides whether to skip the current test based on the content of value attribute (true/false) of the skip tag. If the content is true, the test is skipped and reported as skip for the reason given in the body of the skip tag; otherwise the test is executed.
Constructor Summary | |
---|---|
SkipHandler()
|
Method Summary | |
---|---|
java.lang.Object |
process(org.jdom.Element elSkip)
Returns a Boolean.TRUE or FALSE based on whether the value of the value attribute is set to "true" or "false". |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkipHandler()
Method Detail |
---|
public java.lang.Object process(org.jdom.Element elSkip) throws java.lang.Exception
process
in interface IHandler
elSkip
- the JDOM Element representing the skip tag.
java.lang.Exception
- if there was a problem processing the tag.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |