Package org.dbunit.assertion

Examples of org.dbunit.assertion.DefaultFailureHandler$DefaultFailureFactory


   * @param schema The schema to be tested. Can be <code>null</code>
   * @since 2.4.3
   */
  public AbstractDatabaseTester(String schema)
  {
      super(new DefaultFailureHandler());
      this.schema = schema;
  }
View Full Code Here

TOP

Related Classes of org.dbunit.assertion.DefaultFailureHandler$DefaultFailureFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.