org.appfuse.persistence
Class LookupDAOTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.appfuse.persistence.BaseDAOTestCase
              extended byorg.appfuse.persistence.LookupDAOTest
All Implemented Interfaces:
Test

public class LookupDAOTest
extends BaseDAOTestCase

This class tests the current LookupDAO implementation class

Author:
mraible

Field Summary
 
Fields inherited from class org.appfuse.persistence.BaseDAOTestCase
conn, log, rb
 
Constructor Summary
LookupDAOTest()
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testGetAllTemplates()
           
 void testGetDegrees()
           
 void testGetRoles()
           
 void testGetWorkStatuses()
           
 
Methods inherited from class org.appfuse.persistence.BaseDAOTestCase
populate
 
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

LookupDAOTest

public LookupDAOTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception

testGetRoles

public void testGetRoles()
                  throws Exception
Throws:
Exception

testGetAllTemplates

public void testGetAllTemplates()
                         throws Exception
Throws:
Exception

testGetWorkStatuses

public void testGetWorkStatuses()
                         throws Exception
Throws:
Exception

testGetDegrees

public void testGetDegrees()
                    throws Exception
Throws:
Exception

main

public static void main(String[] args)


Copyright © 2002-2004