test.org.orange.kicsa.service.skill
Class TestSkillServiceImpl

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

public class TestSkillServiceImpl
extends TestCase

JUnit TestCase.

testedclass org.orange.kicsa.service.skill.SkillServiceImpl
testkind testcase
testsetup Default TestCase
testfamily JUnit

Field Summary
 (package private) final static RelationshipType[]RELATIONSHIP_TYPES
           

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

Method Summary
 static Testsuite()
           
 voidtestCreate()
           
 voidtestCreateRelationshipTypes()
           
 voidtestFindByPrimaryKey()
           
 voidtestFindRelationshipTypes()
           
 voidtestRemove()
           
 voidtestRemoveRelationshipTypes()
           
 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

RELATIONSHIP_TYPES

final static RelationshipType[] RELATIONSHIP_TYPES
Constructor Detail

TestSkillServiceImpl

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

suite

public static Test suite()

testCreate

public void testCreate()

testCreateRelationshipTypes

public void testCreateRelationshipTypes()

testFindByPrimaryKey

public void testFindByPrimaryKey()

testFindRelationshipTypes

public void testFindRelationshipTypes()

testRemove

public void testRemove()

testRemoveRelationshipTypes

public void testRemoveRelationshipTypes()

testUpdate

public void testUpdate()

Association Links

to Class org.orange.kicsa.service.skill.SkillServicePool

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

to Class java.util.List

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

Dependency Links

to Class org.orange.kicsa.service.skill.SkillServiceImpl

to Class junit.framework.TestCase

to Class org.orange.kicsa.service.skill.SkillServicePool

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

to Class java.util.List

to Class java.util.ArrayList

to Class java.lang.String

to Class junit.framework.Test

to Class junit.framework.TestSuite

to Class org.orange.util.Preferences

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

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 org.orange.kicsa.service.skill.SkillService

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

to Class java.util.SortedMap

to Class java.util.TreeMap

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

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

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

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

to Class java.util.Date

to Class org.orange.kicsa.business.employee.Employee

to Class org.orange.kicsa.business.employee.EmployeeImpl

to Class java.lang.System

to Class java.util.Map

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

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

to Class java.util.Iterator

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

to Class Diagram org.orange.kicsa.service

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.kicsa.integration.skill

to Class Diagram org.orange.kicsa.integration

to Class Diagram org.orange.util.integration

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