net.sf.farrago.test
Class FarragoJdbcTest.FarragoJdbcTester

java.lang.Object
  extended by net.sf.farrago.test.FarragoJdbcTest.FarragoJdbcTester
All Implemented Interfaces:
FarragoJdbcTest.JdbcTester
Enclosing class:
FarragoJdbcTest

public class FarragoJdbcTest.FarragoJdbcTester
extends Object
implements FarragoJdbcTest.JdbcTester


Field Summary
(package private)  FarragoTestCase testCase
           
 
Constructor Summary
protected FarragoJdbcTest.FarragoJdbcTester(String name)
           
 
Method Summary
 Connection getConnection()
           
 String getName()
           
 Statement getStatement()
           
 Connection newConnection()
           
 void setUp()
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testCase

FarragoTestCase testCase
Constructor Detail

FarragoJdbcTest.FarragoJdbcTester

protected FarragoJdbcTest.FarragoJdbcTester(String name)
                                     throws Exception
Throws:
Exception
Method Detail

setUp

public void setUp()
           throws Exception
Specified by:
setUp in interface FarragoJdbcTest.JdbcTester
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Specified by:
tearDown in interface FarragoJdbcTest.JdbcTester
Throws:
Exception

getName

public String getName()

getConnection

public Connection getConnection()
Specified by:
getConnection in interface FarragoJdbcTest.JdbcTester

newConnection

public Connection newConnection()
                         throws Exception
Specified by:
newConnection in interface FarragoJdbcTest.JdbcTester
Throws:
Exception

getStatement

public Statement getStatement()
Specified by:
getStatement in interface FarragoJdbcTest.JdbcTester