org.alfresco.util.schemacomp.test.exportdb
Class MySQLDialectExportTester

java.lang.Object
  extended by org.alfresco.util.schemacomp.test.exportdb.AbstractExportTester
      extended by org.alfresco.util.schemacomp.test.exportdb.MySQLDialectExportTester

public class MySQLDialectExportTester
extends AbstractExportTester

MySQL specific test for the ExportDb class.

See Also:
ExportDbTest

Field Summary
 
Fields inherited from class org.alfresco.util.schemacomp.test.exportdb.AbstractExportTester
exporter, jdbcTemplate, tx
 
Constructor Summary
MySQLDialectExportTester(ExportDb exporter, org.springframework.transaction.PlatformTransactionManager tx, org.springframework.jdbc.core.simple.SimpleJdbcTemplate jdbcTemplate)
          Constructor.
 
Method Summary
protected  void doDatabaseSetup()
           
protected  void doExportTest()
           
 
Methods inherited from class org.alfresco.util.schemacomp.test.exportdb.AbstractExportTester
checkResultsFiltered, commonPostExportChecks, getSchema, runExportTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySQLDialectExportTester

public MySQLDialectExportTester(ExportDb exporter,
                                org.springframework.transaction.PlatformTransactionManager tx,
                                org.springframework.jdbc.core.simple.SimpleJdbcTemplate jdbcTemplate)
Constructor.

Parameters:
exporter -
tx -
jdbcTemplate -
Method Detail

doExportTest

protected void doExportTest()
                     throws java.lang.Exception
Specified by:
doExportTest in class AbstractExportTester
Throws:
java.lang.Exception

doDatabaseSetup

protected void doDatabaseSetup()
Specified by:
doDatabaseSetup in class AbstractExportTester


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.