edu.iastate.metnet.test
Class BlockunitFinderTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.iastate.metnet.test.BlockunitFinderTest
All Implemented Interfaces:
junit.framework.Test

public class BlockunitFinderTest
extends junit.framework.TestCase

Author:
Jie Li

Constructor Summary
BlockunitFinderTest(java.lang.String arg0)
          Constructor for BlockunitFinderTest.
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testCheckOrInsertEntity()
           
 void testCheckOrInsertEntitywithcontext()
           
 void testCheckOrInsertEntitywithlocation()
           
 void testGetDataSourceList()
           
 void testGetDescendentValue()
           
 void testGetECList()
           
 void testGetEntityTypeList()
           
 void testGetLocationList()
           
 void testGetOrganismList()
           
 
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

BlockunitFinderTest

public BlockunitFinderTest(java.lang.String arg0)
Constructor for BlockunitFinderTest.

Parameters:
arg0 -
Method Detail

main

public static void main(java.lang.String[] args)

setUp

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

tearDown

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

testCheckOrInsertEntity

public void testCheckOrInsertEntity()

testCheckOrInsertEntitywithlocation

public void testCheckOrInsertEntitywithlocation()

testGetDataSourceList

public void testGetDataSourceList()

testGetLocationList

public void testGetLocationList()

testGetEntityTypeList

public void testGetEntityTypeList()

testGetOrganismList

public void testGetOrganismList()

testGetECList

public void testGetECList()

testGetDescendentValue

public void testGetDescendentValue()

testCheckOrInsertEntitywithcontext

public void testCheckOrInsertEntitywithcontext()