| |
|
| org.apache.struts.apps.AppsTest
AppsTest | public class AppsTest extends TestCase (Code) | | Verify that each of the example apps starts and (at least)
displays its default page.
|
AppsTest | public AppsTest(String testName)(Code) | | Create the test case
Parameters: testName - name of the test case |
suite | public static Test suite()(Code) | | the suite of tests being tested |
testStrutsBlank | public void testStrutsBlank() throws Exception(Code) | | Verify that the Struts Blank app has started
|
testStrutsCookbook | public void testStrutsCookbook() throws Exception(Code) | | Verify that the Struts Cookbook app has started
|
testStrutsCookbookViewSource | public void testStrutsCookbookViewSource() throws Exception(Code) | | Verify that the view source function is working
in the Struts Cookbook app.
|
testStrutsELExcerciseTaglib | public void testStrutsELExcerciseTaglib() throws Exception(Code) | | Verify that the Struts EL Exercise Taglib app has started
|
testStrutsExamples | public void testStrutsExamples() throws Exception(Code) | | Verify that the Struts Examples app has started
|
testStrutsFacesExample1 | public void testStrutsFacesExample1() throws Exception(Code) | | Verify that the Struts Faces Example 1 app has started
|
testStrutsFacesExample2 | public void testStrutsFacesExample2() throws Exception(Code) | | Verify that the Struts Faces Example 2 app has started
|
testStrutsMailreader | public void testStrutsMailreader() throws Exception(Code) | | Verify that the Struts Mailreader app has started
|
testStrutsScriptingMailreader | public void testStrutsScriptingMailreader() throws Exception(Code) | | Verify that the Struts Scripting Mailreader app has started
|
|
|
|