| org.apache.jetspeed.container.TestPortletContainer
TestPortletContainer | public class TestPortletContainer extends TestCase (Code) | | TestPortletContainer
author: David Sean Taylor version: $Id: TestPortletContainer.java 517719 2007-03-13 15:05:48Z ate $ |
Method Summary | |
public static void | main(String args) Start the tests.
Parameters: args - the arguments. | protected void | setUp() | public static Test | suite() | public void | testBasic() |
TestPortletContainer | public TestPortletContainer(String name)(Code) | | Defines the testcase name for JUnit.
Parameters: name - the testcase's name. |
main | public static void main(String args)(Code) | | Start the tests.
Parameters: args - the arguments. Not used |
suite | public static Test suite()(Code) | | |
testBasic | public void testBasic()(Code) | | |
|
|