org.drupal.project.computing
Class DDatabase.UnitTest

java.lang.Object
  extended by org.drupal.project.computing.DDatabase.UnitTest
Enclosing class:
DDatabase

public static class DDatabase.UnitTest
extends java.lang.Object


Constructor Summary
DDatabase.UnitTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testAutoIncrement()
           
 void testBatchRunner()
           
 void testColumnLabel()
           
 void testQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDatabase.UnitTest

public DDatabase.UnitTest()
Method Detail

setUp

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

tearDown

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

testQuery

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

testAutoIncrement

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

testColumnLabel

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

testBatchRunner

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