Class DbUnitDatatypeWarningInterceptor

java.lang.Object
com.github.mjeanroy.dbunit.core.configuration.DbUnitDatatypeWarningInterceptor
All Implemented Interfaces:
DbUnitConfigInterceptor

public final class DbUnitDatatypeWarningInterceptor extends Object
An interceptor that can enable/disable the "datatypeWarning" feature of DbUnit.
See Also:
  • DatabaseConfig.FEATURE_DATATYPE_WARNING
  • Constructor Details

    • DbUnitDatatypeWarningInterceptor

      public DbUnitDatatypeWarningInterceptor()
      Create the interceptor, the feature is disabled by default.
    • DbUnitDatatypeWarningInterceptor

      public DbUnitDatatypeWarningInterceptor(boolean datatypeWarning)
      Create the interceptor.
      Parameters:
      datatypeWarning - Feature activation flag: true to enable feature, false otherwise.
  • Method Details