org.alfresco.util.schemacomp
Class ExportDbTest

java.lang.Object
  extended by org.alfresco.util.schemacomp.ExportDbTest

public class ExportDbTest
extends java.lang.Object

Tests for the ExportDb class. Loads the database into an in-memory Schema representation.

This test is DBMS specific, if the test is run on a system configured against MySQL for example, it will run MySQL specific tests. If there is no test available for the configured DBMS then the test will pass - this allows addition of new DBMS-specific tests when available.

See Also:
AbstractExportTester

Constructor Summary
ExportDbTest()
           
 
Method Summary
 void exportDb()
           
 void setUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportDbTest

public ExportDbTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

exportDb

public void exportDb()
              throws java.lang.Exception
Throws:
java.lang.Exception


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