test
Class mddOld

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.mddOld
All Implemented Interfaces:
junit.framework.Test

public class mddOld
extends junit.framework.TestCase

Testing mdd handling & parsing, for the old RecordInfo-based MDD parser. In order to run this test you need to make sure that "dataDefinitionProvider=recordinfo" is set in the Makumba.conf file (dataSource section).

Author:
Stefan Baebler

Constructor Summary
mddOld(String name)
           
 
Method Summary
static void main(String[] args)
           
static junit.framework.Test suite()
           
 void testAllValidMdds()
           
 void testIfAllBrokenMddsThrowErrors()
           
 void testMdd()
           
 void testNonexistingMdd()
           
 void testWronglyCapitalizedMdd()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
 

Constructor Detail

mddOld

public mddOld(String name)
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.Test suite()

testMdd

public void testMdd()

testNonexistingMdd

public void testNonexistingMdd()

testWronglyCapitalizedMdd

public void testWronglyCapitalizedMdd()

testAllValidMdds

public void testAllValidMdds()

testIfAllBrokenMddsThrowErrors

public void testIfAllBrokenMddsThrowErrors()