| org.jaffa.persistence.blackboxtests.Wrapper
Wrapper | public class Wrapper extends TestSetup (Code) | | This class has the methods for one time setup/cleanup of data, before all the tests executed by the suite utilising this class.
author: GautamJ |
Constructor Summary | |
public | Wrapper(Test test) The constructor. |
Method Summary | |
static Map | getDatabaseInfo() | protected void | setUp() This sets up the data before the test fixtures are invoked. | protected void | tearDown() This cleans up the data after all the test fixtures are invoked. |
MAXIMUM_CONNECTIONS | final static String MAXIMUM_CONNECTIONS(Code) | | |
Wrapper | public Wrapper(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 the data before the test fixtures are invoked.
|
tearDown | protected void tearDown()(Code) | | This cleans up the data after all the test fixtures are invoked.
|
|
|