|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.sqlunit.handlers.SeverityHandler
public class SeverityHandler
The SeverityHandler processes the contents of the Severity tag in the input XML file. It decides whether the test's severity is equal or greater that a user-defined severity, which we will called the threshold severity. The decision is made following these rules:
| Constructor Summary | |
|---|---|
SeverityHandler()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
process(org.jdom.Element elSeverity)
Processes the Severity JDOM Element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SeverityHandler()
| Method Detail |
|---|
public java.lang.Object process(org.jdom.Element elSeverity)
throws java.lang.Exception
process in interface IHandlerelSeverity - the JDOM Element representing the severity tag.
java.lang.Exception - if there was a problem processing the element.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||