org.appfuse.service
Class ResumeManagerTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.appfuse.service.BaseManagerTestCase
              extended byorg.appfuse.service.ResumeManagerTest
All Implemented Interfaces:
Test

public class ResumeManagerTest
extends BaseManagerTestCase


Field Summary
 
Fields inherited from class org.appfuse.service.BaseManagerTestCase
conn, ctx, rb
 
Constructor Summary
ResumeManagerTest()
           
 
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 testGetResumesForUser()
           
 void testSaveResume()
           
 
Methods inherited from class org.appfuse.service.BaseManagerTestCase
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

ResumeManagerTest

public ResumeManagerTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception

testGetResumesForUser

public void testGetResumesForUser()
                           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