test.org.orange.kicsa.service.employee
Class TestEmployeeServiceImpl

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

public class TestEmployeeServiceImpl
extends TestCase

JUnit TestCase.

testedclass org.orange.kicsa.service.employee.EmployeeServiceImpl
testkind testcase
testsetup Empty TestCase
testfamily JUnit

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

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

Constructor Detail

TestEmployeeServiceImpl

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

suite

public static Test suite()

testCreate

public void testCreate()

testRemove

public void testRemove()

testUpdate

public void testUpdate()

Association Links

to Class org.orange.kicsa.service.employee.EmployeeServicePool

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

Dependency Links

to Class org.orange.kicsa.service.employee.EmployeeServiceImpl

to Class junit.framework.TestCase

to Class java.lang.String

to Class org.orange.kicsa.service.employee.EmployeeServicePool

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

to Class junit.framework.Test

to Class junit.framework.TestSuite

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 java.lang.Throwable

to Class java.util.Date

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

to Class org.orange.kicsa.service.employee.EmployeeService

to Class java.lang.System

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

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

to Class Diagram org.orange.kicsa.business

to Class Diagram org.orange.util

to Class Diagram org.orange.util.integration