Uses of Class
com.mockrunner.jms.JMSTestModule

Packages that use JMSTestModule
com.mockrunner.base   
com.mockrunner.jms   
 

Uses of JMSTestModule in com.mockrunner.base
 

Methods in com.mockrunner.base that return JMSTestModule
protected  JMSTestModule BaseTestCase.createJMSTestModule()
          Creates a JMSTestModule based on the current JMSMockObjectFactory.
protected  JMSTestModule BaseTestCase.createJMSTestModule(JMSMockObjectFactory mockFactory)
          Creates a JMSTestModule with the specified JMSMockObjectFactory.
 

Uses of JMSTestModule in com.mockrunner.jms
 

Methods in com.mockrunner.jms that return JMSTestModule
protected  JMSTestModule BasicJMSTestCaseAdapter.createJMSTestModule()
          Creates a JMSTestModule based on the current JMSMockObjectFactory.
protected  JMSTestModule BasicJMSTestCaseAdapter.createJMSTestModule(JMSMockObjectFactory mockFactory)
          Creates a JMSTestModule with the specified JMSMockObjectFactory.
protected  JMSTestModule BasicJMSTestCaseAdapter.getJMSTestModule()
          Gets the JMSTestModule.
protected  JMSTestModule JMSTestCaseAdapter.getJMSTestModule()
          Gets the JMSTestModule.
 

Methods in com.mockrunner.jms with parameters of type JMSTestModule
protected  void BasicJMSTestCaseAdapter.setJMSTestModule(JMSTestModule jmsTestModule)
          Sets the JMSTestModule.
protected  void JMSTestCaseAdapter.setJMSTestModule(JMSTestModule jmsTestModule)
          Sets the JMSTestModule.