test.org.orange.kicsa.service.ability
Class TestAbilityServiceImpl

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

public class TestAbilityServiceImpl
extends TestCase

JUnit TestCase.

testedclass org.orange.kicsa.service.ability.AbilityServiceImpl
testkind testcase
testsetup Empty TestCase
testfamily JUnit

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

Method Summary
 static Testsuite()
           
 voidtestCreateEmployee()
           
 voidtestFindByEmployee()
           
 voidtestFindBySkill()
           
 voidtestRemoveEmployee()
           
 voidtestUpdateEmployee()
           

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

Constructor Detail

TestAbilityServiceImpl

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

suite

public static Test suite()

testCreateEmployee

public void testCreateEmployee()

testFindByEmployee

public void testFindByEmployee()

testFindBySkill

public void testFindBySkill()

testRemoveEmployee

public void testRemoveEmployee()

testUpdateEmployee

public void testUpdateEmployee()

Association Links

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

to Class org.orange.kicsa.service.ability.AbilityServicePool

Dependency Links

to Class org.orange.kicsa.service.ability.AbilityServiceImpl

to Class junit.framework.TestCase

to Class junit.framework.Test

to Class junit.framework.TestSuite

to Class java.lang.String

to Class org.orange.util.Preferences

to Class org.orange.util.integration.JDBCDAO

to Class java.lang.Class

to Class org.orange.util.integration.DriverJDBCConnectionFactory

to Class org.orange.kicsa.Application

to Class org.orange.kicsa.service.ability.AbilityServicePool

to Class java.lang.Throwable

to Class java.util.Date

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

to Class org.orange.kicsa.business.ability.Ability

to Class org.orange.kicsa.business.ability.AbilityImpl

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

to Class java.util.Collection

to Class java.util.ArrayList

to Class org.orange.kicsa.service.ability.AbilityService

to Class java.lang.System

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

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.employee.Employee

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

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.util

to Class Diagram org.orange.util.integration

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

to Class Diagram org.orange.kicsa.business

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

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