Uses of Class
org.apache.pluto.testsuite.TestConfig

Packages that use TestConfig
org.apache.pluto.testsuite   
org.apache.pluto.testsuite.test   
 

Uses of TestConfig in org.apache.pluto.testsuite
 

Methods in org.apache.pluto.testsuite that return TestConfig
 TestConfig PortletTest.getConfig()
          Returns the test configuration.
 TestConfig NoOpTest.getConfig()
           
 

Methods in org.apache.pluto.testsuite that return types with arguments of type TestConfig
 List<TestConfig> TestConfigFactory.createTestConfigs(InputStream in)
          Reads and parses testsuite config file, creates a list of TestConfig objects.
 

Methods in org.apache.pluto.testsuite with parameters of type TestConfig
 void PortletTest.init(TestConfig config)
          Initializes the portlet test using test configuration.
 void NoOpTest.init(TestConfig config)
           
 

Uses of TestConfig in org.apache.pluto.testsuite.test
 

Methods in org.apache.pluto.testsuite.test that return TestConfig
 TestConfig AbstractReflectivePortletTest.getConfig()
           
 

Methods in org.apache.pluto.testsuite.test with parameters of type TestConfig
 void AbstractReflectivePortletTest.init(TestConfig config)
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.