| datasecurity.JDBCPluginTest
JDBCPluginTest | public class JDBCPluginTest extends TestCase (Code) | | author: Maheshd |
Method Summary | |
protected void | setUp() Sets up the fixture, by creating the UOW. | protected void | tearDown() Tears down the fixture, by closing the UOW. | public void | testPolicy1() | public void | testPolicy2() |
JDBCPluginTest | public JDBCPluginTest(String name)(Code) | | Creates new QueryTest
Parameters: name - The name of the test case. |
setUp | protected void setUp()(Code) | | Sets up the fixture, by creating the UOW. This method is called before a test is executed.
|
tearDown | protected void tearDown()(Code) | | Tears down the fixture, by closing the UOW. This method is called after a test is executed.
|
testPolicy1 | public void testPolicy1()(Code) | | |
testPolicy2 | public void testPolicy2()(Code) | | |
|
|