DLESE Tools
v1.6.0

org.dlese.dpc.ndr.test
Class TestCollectionImporter

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.dlese.dpc.ndr.test.TestCollectionImporter
All Implemented Interfaces:
junit.framework.Test

public class TestCollectionImporter
extends junit.framework.TestCase

Author:
kmaull

Constructor Summary
TestCollectionImporter()
           
 
Method Summary
 void _testGetCollectionKey()
           
 void _testGetMetadataObjects()
           
 void _testImport()
           
protected  void setUp()
           
protected  void tearDown()
           
 void testGetRecordCount()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

TestCollectionImporter

public TestCollectionImporter()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

_testImport

public void _testImport()

testGetRecordCount

public void testGetRecordCount()

_testGetMetadataObjects

public void _testGetMetadataObjects()

_testGetCollectionKey

public void _testGetCollectionKey()

DLESE Tools
v1.6.0