Class DatabaseTest

java.lang.Object
org.jumpmind.db.model.DatabaseTest

public class DatabaseTest extends Object
  • Constructor Details

    • DatabaseTest

      public DatabaseTest()
  • Method Details

    • testOrderingOfFourTables

      @Test public void testOrderingOfFourTables()
    • testOrderingOfTenTables

      @Test public void testOrderingOfTenTables()
    • testCyclicalReferences

      @Test public void testCyclicalReferences()
    • testMultipleParentsTables

      @Test public void testMultipleParentsTables()
    • testSplitTreeTables

      @Test public void testSplitTreeTables()
    • testIndependentTreesSameTables

      @Test public void testIndependentTreesSameTables()
    • testSelfReferenceTables

      @Test public void testSelfReferenceTables()
    • testMissingDepdendentTables

      @Test public void testMissingDepdendentTables()
    • testRemoveAllTablesExcept

      @Test public void testRemoveAllTablesExcept() throws Exception
      Throws:
      Exception
    • testDependentMapIndependent

      @Test public void testDependentMapIndependent() throws Exception
      Throws:
      Exception
    • testDependentMapParentChild

      @Test public void testDependentMapParentChild() throws Exception
      Throws:
      Exception
    • testDependentMapParentChildReverseOrder

      @Test public void testDependentMapParentChildReverseOrder() throws Exception
      Throws:
      Exception
    • testDependentMapTwoGroups

      @Test public void testDependentMapTwoGroups() throws Exception
      Throws:
      Exception
    • testDependentMapCircular

      @Test public void testDependentMapCircular() throws Exception
      Throws:
      Exception
    • testDependentMapMultipleParents

      @Test public void testDependentMapMultipleParents() throws Exception
      Throws:
      Exception
    • testDependentMapMergeGroups

      @Test public void testDependentMapMergeGroups() throws Exception
      Throws:
      Exception
    • testDependentMapOutOfOrder

      @Test public void testDependentMapOutOfOrder() throws Exception
      Throws:
      Exception