Uses of Class
com.mockrunner.jdbc.JDBCTestModule

Packages that use JDBCTestModule
com.mockrunner.base   
com.mockrunner.jdbc   
 

Uses of JDBCTestModule in com.mockrunner.base
 

Methods in com.mockrunner.base that return JDBCTestModule
protected  JDBCTestModule BaseTestCase.createJDBCTestModule()
          Creates a JDBCTestModule based on the current JDBCMockObjectFactory.
protected  JDBCTestModule BaseTestCase.createJDBCTestModule(JDBCMockObjectFactory mockFactory)
          Creates a JDBCTestModule with the specified JDBCMockObjectFactory.
 

Uses of JDBCTestModule in com.mockrunner.jdbc
 

Methods in com.mockrunner.jdbc that return JDBCTestModule
protected  JDBCTestModule BasicJDBCTestCaseAdapter.createJDBCTestModule()
          Creates a JDBCTestModule based on the current JDBCMockObjectFactory.
protected  JDBCTestModule BasicJDBCTestCaseAdapter.createJDBCTestModule(JDBCMockObjectFactory mockFactory)
          Creates a JDBCTestModule with the specified JDBCMockObjectFactory.
protected  JDBCTestModule BasicJDBCTestCaseAdapter.getJDBCTestModule()
          Gets the JDBCTestModule.
protected  JDBCTestModule JDBCTestCaseAdapter.getJDBCTestModule()
          Gets the JDBCTestModule.
 

Methods in com.mockrunner.jdbc with parameters of type JDBCTestModule
protected  void BasicJDBCTestCaseAdapter.setJDBCTestModule(JDBCTestModule jdbcTestModule)
          Sets the JDBCTestModule.
protected  void JDBCTestCaseAdapter.setJDBCTestModule(JDBCTestModule jdbcTestModule)
          Sets the JDBCTestModule.