| |
|
| org.apache.struts.mock.TestMockBase org.apache.struts.util.TestRequestUtilsPopulate
TestRequestUtilsPopulate | public class TestRequestUtilsPopulate extends TestMockBase (Code) | | Unit tests for the RequestUtil's populate method.
version: $Rev: 471754 $ |
Method Summary | |
public static void | main(String[] theArgs) Start the tests.
Parameters: theArgs - the arguments. | public void | setUp() | public static Test | suite() | public void | tearDown() | public void | testMultipartVisibility() Ensure that the getMultipartRequestHandler cannot be seen in
a subclass of ActionForm. |
TestRequestUtilsPopulate | public TestRequestUtilsPopulate(String theName)(Code) | | Defines the testcase name for JUnit.
Parameters: theName - the testcase's name. |
main | public static void main(String[] theArgs)(Code) | | Start the tests.
Parameters: theArgs - the arguments. Not used |
setUp | public void setUp()(Code) | | |
suite | public static Test suite()(Code) | | a test suite (TestSuite ) that includes all methodsstarting with "test" |
tearDown | public void tearDown()(Code) | | |
testMultipartVisibility | public void testMultipartVisibility() throws Exception(Code) | | Ensure that the getMultipartRequestHandler cannot be seen in
a subclass of ActionForm.
The purpose of this test is to ensure that Bug #38534 is fixed.
|
|
|
|