org.appfuse.persistence
Class SkillDAOTest

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

public class SkillDAOTest
extends BaseDAOTestCase


Field Summary
 
Fields inherited from class org.appfuse.persistence.BaseDAOTestCase
conn, log, rb
 
Constructor Summary
SkillDAOTest()
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testAddAndRemoveResumeSkill()
           
 void testGetResumeSkill()
           
 void testGetResumeSkills()
           
 void testSaveResumeSkill()
           
 
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

SkillDAOTest

public SkillDAOTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception

testGetResumeSkill

public void testGetResumeSkill()
                        throws Exception
Throws:
Exception

testGetResumeSkills

public void testGetResumeSkills()
                         throws Exception
Throws:
Exception

testSaveResumeSkill

public void testSaveResumeSkill()
                         throws Exception
Throws:
Exception

testAddAndRemoveResumeSkill

public void testAddAndRemoveResumeSkill()
                                 throws Exception
Throws:
Exception

main

public static void main(String[] args)


Copyright © 2002-2004