|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.sqlunit.handlers.TeardownHandler
public class TeardownHandler
The TeardownHandler class handles the instructions in the teardown tag of the XML input file.
| Constructor Summary | |
|---|---|
TeardownHandler()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
process(org.jdom.Element elTeardown)
Processes the Teardown tag and executes the sql statements specified in the tag. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TeardownHandler()
| Method Detail |
|---|
public final java.lang.Object process(org.jdom.Element elTeardown)
throws java.lang.Exception
process in interface IHandlerelTeardown - the JDOM Element representing the teardown element.
java.lang.Exception - if there was a problem running the teardown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||