Package org.dbunit
Class AbstractDbUnitExceptionTest<T extends Exception>
java.lang.Object
org.dbunit.AbstractDbUnitExceptionTest<T>
- Type Parameters:
T- the exception type under test
Abstract base for unit tests of DbUnit exception types that support the four
standard constructor signatures: no-arg, message-only, message+cause, and
cause-only.
Subclasses implement the four factory methods and inherit the four standard constructor tests; type-specific tests are added in the subclass.
- Author:
- DbUnit.org
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Tprotected abstract TcreateException(String message) protected abstract TcreateException(String message, Throwable cause) protected abstract TcreateException(Throwable cause)
-
Constructor Details
-
AbstractDbUnitExceptionTest
public AbstractDbUnitExceptionTest()
-
-
Method Details
-
createException
-
createException
-
createException
-
createException
-