com.objectwave.persist.xml
Class TestXMLCompany.Test

java.lang.Object
  |
  +--com.objectwave.test.UnitTestBaseImpl
        |
        +--com.objectwave.persist.xml.TestXMLCompany.Test
All Implemented Interfaces:
UnitTest
Enclosing class:
TestXMLCompany

public static class TestXMLCompany.Test
extends UnitTestBaseImpl

Unit Test

Version:
$Id: TestXMLCompany.java,v 2.2 2002/03/23 13:42:11 dave_hoag Exp $
Author:
trever

Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
TestXMLCompany.Test()
           
 
Method Summary
 void delete()
           
 void insert()
           
static void main(java.lang.String[] args)
          The main program for the Test class
 void setUp(java.lang.String str, TestContext context)
          The JUnit setup method
 void tearDown(TestContext context)
          The teardown method for JUnit
 void testDelete()
          A unit test for JUnit
 void testInsert()
          A unit test for JUnit
 void testMapBuilding()
          A unit test for JUnit
 
Methods inherited from class com.objectwave.test.UnitTestBaseImpl
createTest, removeFile, writeFile, writeFileResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestXMLCompany.Test

public TestXMLCompany.Test()
Method Detail

main

public static void main(java.lang.String[] args)
The main program for the Test class

Parameters:
args - The command line arguments

setUp

public void setUp(java.lang.String str,
                  TestContext context)
           throws java.lang.Exception
The JUnit setup method

Specified by:
setUp in interface UnitTest
Overrides:
setUp in class UnitTestBaseImpl
Parameters:
str - The new Up value
context - The new Up value
Throws:
java.lang.Exception

tearDown

public void tearDown(TestContext context)
The teardown method for JUnit

Specified by:
tearDown in interface UnitTest
Overrides:
tearDown in class UnitTestBaseImpl
Parameters:
context - Description of Parameter

insert

public void insert()
            throws ConfigurationException,
                   java.lang.Exception
Throws:
ConfigurationException
java.lang.Exception

delete

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

testDelete

public void testDelete()
                throws java.lang.Exception
A unit test for JUnit

Throws:
java.lang.Exception

testMapBuilding

public void testMapBuilding()
                     throws java.lang.Exception
A unit test for JUnit

Throws:
java.lang.Exception

testInsert

public void testInsert()
                throws java.lang.Exception
A unit test for JUnit

Throws:
java.lang.Exception