test.org.orange.kicsa.presentation.control.skill
Class TestEditAction

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--servletunit.struts.MockStrutsTestCase
                    |
                    +--test.org.orange.kicsa.presentation.control.skill.TestEditAction

public class TestEditAction
extends MockStrutsTestCase

JUnit TestCase.

testedclass org.orange.kicsa.presentation.control.skill.EditAction
testkind testcase
testsetup Empty TestCase
testfamily JUnit

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

Method Summary
 voidsetUp()
          Sets up the fixture, for example, open a network connection.
 static Testsuite()
           
 voidtearDown()
          Tears down the fixture, for example, close a network connection.
 voidtestCreate()
           
 voidtestUpdate()
           

Methods inherited from class servletunit.struts.MockStrutsTestCase
getRequest, getRequestWrapper, setRequestWrapper, getResponse, getResponseWrapper, setResponseWrapper, getSession, getActionServlet, setActionServlet, actionPerform, addRequestParameter, setRequestPathInfo, setRequestPathInfo, setInitParameter, setConfigFile, setConfigFile, setServletConfigFile, verifyForward, verifyForwardPath, verifyInputForward, verifyActionErrors, verifyNoActionErrors, getActionForm

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

TestEditAction

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

setUp

public void setUp()
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.

suite

public static Test suite()

tearDown

public void tearDown()
Tears down the fixture, for example, close a network connection. This method is called after a test is executed.

testCreate

public void testCreate()

testUpdate

public void testUpdate()

Dependency Links

to Class org.orange.kicsa.presentation.control.skill.EditAction

to Class servletunit.struts.MockStrutsTestCase

to Class java.lang.String

to Class junit.framework.Test

to Class junit.framework.TestSuite

to Class java.lang.Exception

to Class Diagram org.orange.kicsa.presentation.control.skill

to Class Diagram org.orange.kicsa.presentation.control

to Class Diagram org.orange.kicsa.presentation

to Class Diagram org.orange.kicsa

to Class Diagram org.orange

to Class Diagram org

to Class Diagram <default>