test.org.orange.kicsa.integration.skill
Class TestSkillJDBCDAO

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--test.org.orange.kicsa.integration.skill.TestSkillJDBCDAO

public class TestSkillJDBCDAO
extends TestCase

JUnit TestCase.

Version: $Revison: 1.3$
testedclass org.orange.kicsa.integration.skill.SkillJDBCDAO*
testkind testcase
testsetup Default TestCase
testfamily JUnit

Field Summary
 (package private) SkillJDBCDAOdao
           
 (package private) Loggerlog
           

Constructor Summary
TestSkillJDBCDAO(String name)
          Constructs a test case with the given name.

Method Summary
 static Testsuite()
           
 voidtestClearCache()
           
 voidtestCreate()
          Principe de testCreate : Creation de 2 competences createdParentSkill et createdChildSkill lie
par une relation de type parent.
 voidtestCreateRelationship()
           
 voidtestGetAll()
           
 voidtestGetAllDestinations()
           
 voidtestGetByPrimaryKey()
           
 voidtestGetChilds()
           
 voidtestGetLevels()
           
 voidtestGetParents()
           
 voidtestRemove()
          Supprime les compétence parent et fils crée pour test
 voidtestUpdate()
           

Methods inherited from class junit.framework.TestCase
countTestCases, getName, name, run, run, runBare, setName, toString

Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Field Detail

dao

SkillJDBCDAO dao

log

Logger log
Constructor Detail

TestSkillJDBCDAO

public TestSkillJDBCDAO(String name)
Constructs a test case with the given name.
Method Detail

suite

public static Test suite()

testClearCache

public void testClearCache()

testCreate

public void testCreate()
Principe de testCreate : Creation de 2 competences createdParentSkill et createdChildSkill lie
par une relation de type parent.

testCreateRelationship

public void testCreateRelationship()

testGetAll

public void testGetAll()

testGetAllDestinations

public void testGetAllDestinations()

testGetByPrimaryKey

public void testGetByPrimaryKey()

testGetChilds

public void testGetChilds()

testGetLevels

public void testGetLevels()

testGetParents

public void testGetParents()

testRemove

public void testRemove()
Supprime les compétence parent et fils crée pour test

testUpdate

public void testUpdate()

Association Links

to Class org.orange.kicsa.integration.skill.SkillJDBCDAO

to Class org.orange.kicsa.business.skill.Skill

to Class org.orange.kicsa.business.skill.Skill

Dependency Links

to Class junit.framework.TestCase

to Class org.orange.kicsa.integration.skill.SkillJDBCDAO

to Class org.orange.kicsa.business.skill.Skill

to Class java.lang.String

to Class org.orange.util.Preferences

to Class java.lang.Class

to Class org.orange.util.integration.JDBCDAO

to Class org.orange.util.integration.DriverJDBCConnectionFactory

to Class org.orange.kicsa.integration.skill.RelationshipTypeJDBCDAO

to Class org.orange.kicsa.Application

to Class java.lang.Throwable

to Class junit.framework.Test

to Class junit.framework.TestSuite

to Class java.lang.System

to Class org.orange.kicsa.SkillNotFoundException

to Class java.lang.Exception

to Class org.orange.util.integration.DAOException

to Class org.orange.kicsa.business.skill.SkillKey

to Class java.util.Collection

to Class java.util.Iterator

to Class java.lang.Object

to Class org.orange.kicsa.business.skill.SkillImpl

to Class org.orange.kicsa.business.skill.SkillLevel

to Class org.orange.kicsa.business.skill.SkillLevelImpl

to Class java.util.SortedMap

to Class java.util.TreeMap

to Class java.util.Map

to Class Diagram org.orange.kicsa.integration.skill

to Class Diagram org.orange.kicsa.integration

to Class Diagram org.orange.kicsa

to Class Diagram org.orange

to Class Diagram org

to Class Diagram <default>

to Class Diagram org.orange.kicsa.business.skill

to Class Diagram org.orange.kicsa.business

to Class Diagram org.orange.util

to Class Diagram org.orange.util.integration