java.lang.Object
junit.framework.Assert
junit.framework.TestCase
servletunit.struts.MockStrutsTestCase
org.repoweb.action.FindArtifactTest
- All Implemented Interfaces:
- junit.framework.Test
- public class FindArtifactTest
- extends servletunit.struts.MockStrutsTestCase
DOCUMENT ME!
- Version:
- $Revision: 1.1.1.1 $
| Fields inherited from class servletunit.struts.MockStrutsTestCase |
actionPath, actionServlet, actionServletIsInitialized, config, context, isInitialized, logger, registrations, request, requestPathSet, requestWrapper, response, responseWrapper |
| Fields inherited from class junit.framework.TestCase |
|
| Methods inherited from class servletunit.struts.MockStrutsTestCase |
actionPerform, addRequestParameter, addRequestParameter, clearRequestParameters, getActionForm, getActionServlet, getActualForward, getMockRequest, getMockResponse, getRequest, getRequestWrapper, getResponse, getResponseWrapper, getSession, setActionForm, setActionServlet, setConfigFile, setConfigFile, setContextDirectory, setInitParameter, setRequestPathInfo, setRequestPathInfo, setRequestWrapper, setResponseWrapper, setServletConfigFile, verifyActionErrors, verifyActionMessages, verifyForward, verifyForwardPath, verifyInputForward, verifyInputTilesForward, verifyNoActionErrors, verifyNoActionMessages, verifyTilesForward |
| Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
_util
private org.repoweb.model.TestUtil _util
FindArtifactTest
public FindArtifactTest(java.lang.String name)
setUp
public void setUp()
throws java.lang.Exception
- Description copied from class:
servletunit.struts.MockStrutsTestCase
- Sets up the test fixture for this test. This method creates
an instance of the ActionServlet, initializes it to validate
forms and turn off debugging, and creates a mock HttpServletRequest
and HttpServletResponse object to use in this test.
tearDown
protected void tearDown()
throws java.lang.Exception
- Description copied from class:
junit.framework.TestCase
- Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.
test_findByName
public void test_findByName()
throws java.lang.Exception
test_findByClass
public void test_findByClass()
throws java.lang.Exception
test_findForGroup
public void test_findForGroup()
throws java.lang.Exception
test_findForGroup_noGroups
public void test_findForGroup_noGroups()
throws java.lang.Exception
test_findForGroupAndType
public void test_findForGroupAndType()
throws java.lang.Exception
test_findOneArtifact
public void test_findOneArtifact()
throws java.lang.Exception
test_findOneArtifact_unknown
public void test_findOneArtifact_unknown()
throws java.lang.Exception