Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enableit.db.darrt.ext
Class DeclarativeDDLGeneratorTest  view DeclarativeDDLGeneratorTest download DeclarativeDDLGeneratorTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.enableit.db.darrt.ext.DeclarativeDDLGeneratorTest
All Implemented Interfaces:
junit.framework.Test

public class DeclarativeDDLGeneratorTest
extends junit.framework.TestCase

Tests DeclarativeDDLGenerator


Field Summary
private static org.apache.log4j.Logger logger
          Define a static Logger variable for logging.
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
DeclarativeDDLGeneratorTest(java.lang.String name)
          Default Constructor
 
Method Summary
protected  void setUp()
          Define the test environment.
static junit.framework.Test suite()
          Defines all the tests for the Web Service application including tests in this class.
 void testASADeclarativeDDLGenerator()
          Run ASA declarative DDL generator tests.
 void testOracleDeclarativeDDLGenerator()
          Run Oracle declarative DDL generator tests.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

private static org.apache.log4j.Logger logger
Define a static Logger variable for logging.

Constructor Detail

DeclarativeDDLGeneratorTest

public DeclarativeDDLGeneratorTest(java.lang.String name)
Default Constructor

Method Detail

suite

public static junit.framework.Test suite()
Defines all the tests for the Web Service application including tests in this class.


setUp

protected void setUp()
              throws java.lang.Exception
Define the test environment.


testASADeclarativeDDLGenerator

public void testASADeclarativeDDLGenerator()
Run ASA declarative DDL generator tests.


testOracleDeclarativeDDLGenerator

public void testOracleDeclarativeDDLGenerator()
Run Oracle declarative DDL generator tests.