org.appfuse.persistence
Class ResumeDAOTest

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

public class ResumeDAOTest
extends BaseDAOTestCase


Field Summary
 
Fields inherited from class org.appfuse.persistence.BaseDAOTestCase
conn, rb
 
Constructor Summary
ResumeDAOTest()
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testAddAndRemoveEducation()
           
 void testAddAndRemoveExperience()
           
 void testAddAndRemoveMembership()
           
 void testAddAndRemoveReference()
           
 void testAddAndRemoveResume()
           
 void testGetEducation()
           
 void testGetExperience()
           
 void testGetMembership()
           
 void testGetReference()
           
 void testGetResume()
           
 void testGetResumeByUserId()
           
 void testSaveResume()
           
 
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

ResumeDAOTest

public ResumeDAOTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception

testGetResumeByUserId

public void testGetResumeByUserId()
                           throws Exception
Throws:
Exception

testGetResume

public void testGetResume()
                   throws Exception
Throws:
Exception

testSaveResume

public void testSaveResume()
                    throws Exception
Throws:
Exception

testAddAndRemoveResume

public void testAddAndRemoveResume()
                            throws Exception
Throws:
Exception

testGetEducation

public void testGetEducation()
                      throws Exception
Throws:
Exception

testAddAndRemoveEducation

public void testAddAndRemoveEducation()
                               throws Exception
Throws:
Exception

testGetExperience

public void testGetExperience()
                       throws Exception
Throws:
Exception

testAddAndRemoveExperience

public void testAddAndRemoveExperience()
                                throws Exception
Throws:
Exception

testGetReference

public void testGetReference()
                      throws Exception
Throws:
Exception

testAddAndRemoveReference

public void testAddAndRemoveReference()
                               throws Exception
Throws:
Exception

testGetMembership

public void testGetMembership()
                       throws Exception
Throws:
Exception

testAddAndRemoveMembership

public void testAddAndRemoveMembership()
                                throws Exception
Throws:
Exception

main

public static void main(String[] args)


Copyright © 2002-2004