| org.jaffa.presentation.portlet.component.ComponentManagerWrapper
ComponentManagerWrapper | public class ComponentManagerWrapper extends TestSetup (Code) | | author: GautamJ author: This class has the methods for one time setup/cleanup of data, before all the tests executed by the suite utilising this class. |
Method Summary | |
protected void | setUp() | protected void | tearDown() This cleans up the data after all the test fixtures are invoked. |
ComponentManagerWrapper | public ComponentManagerWrapper(Test test)(Code) | | The constructor.
Parameters: test - The Test class, for which the Wrapper will be utilised. |
setUp | protected void setUp()(Code) | | This sets up location of the Component file to load
|
tearDown | protected void tearDown()(Code) | | This cleans up the data after all the test fixtures are invoked.
|
|
|