|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DDTException | |
---|---|
junitx.ddtunit | |
junitx.ddtunit.data |
Uses of DDTException in junitx.ddtunit |
---|
Subclasses of DDTException in junitx.ddtunit | |
---|---|
class |
DDTSetUpException
This Exception is used if an exception is thrown during setUp execution of a testcase, |
class |
DDTTearDownException
Exception class indicating errors durint tearDown operation of test execution. |
Methods in junitx.ddtunit that return DDTException | |
---|---|
static DDTException |
DDTException.create(StringBuffer message,
Throwable exception)
Create exception with compact trace hirachie information summariesed in exception message. |
Constructors in junitx.ddtunit that throw DDTException | |
---|---|
DDTTestResult(junit.framework.TestResult result)
Instanciate DDTTestResult by using JUnit TestResult as base info. |
Uses of DDTException in junitx.ddtunit.data |
---|
Subclasses of DDTException in junitx.ddtunit.data | |
---|---|
class |
DDTTestDataException
Class reflects errors raised on data repository and parsing level. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |