Class DbAssertionFailedError

java.lang.Object
java.lang.Throwable
java.lang.Error
org.dbunit.assertion.DbAssertionFailedError
All Implemented Interfaces:
Serializable

public class DbAssertionFailedError extends Error
Exception signaling a DbUnit assertion failure. Is used to avoid the direct dependency to any other testing framework.
Since:
2.2.0
Version:
$Revision$ $Date$
Author:
Felipe Leme, Last changed by: $Author$
See Also:
  • Constructor Details

    • DbAssertionFailedError

      public DbAssertionFailedError()
    • DbAssertionFailedError

      public DbAssertionFailedError(String message)