org.apache.pluto.testsuite |
|
Java Source File Name | Type | Comment |
ActionTest.java | Interface | Empty interface that marks a PortletTest class that has test code which
should be run in the Portlet.processAction() method. |
InvalidConfigurationException.java | Class | |
NoOpTest.java | Class | |
PortletTest.java | Interface | Interface for pluto portlet test classes. |
TestConfig.java | Class | Configuration for PortletTest . |
TestConfigFactory.java | Class | Test configuration factory that reads and parses testsuite config file using
Digester and constructs TestConfig objects. |
TestPortlet.java | Class | Pluto testsuite's test portlet. |
TestResult.java | Class | The test result represents the result of one test method. |
TestResults.java | Class | This class contains one or more test results. |
TestUtils.java | Class | Static class that provides utility methods for Pluto testsuite. |