Uses of Class
com.mockrunner.mock.ejb.EJBMockObjectFactory

Packages that use EJBMockObjectFactory
com.mockrunner.base   
com.mockrunner.ejb   
 

Uses of EJBMockObjectFactory in com.mockrunner.base
 

Methods in com.mockrunner.base that return EJBMockObjectFactory
protected  EJBMockObjectFactory BaseTestCase.createEJBMockObjectFactory()
          Creates a EJBMockObjectFactory.
protected  EJBMockObjectFactory BaseTestCase.getEJBMockObjectFactory()
          Gets the current EJBMockObjectFactory.
 

Methods in com.mockrunner.base with parameters of type EJBMockObjectFactory
protected  EJBTestModule BaseTestCase.createEJBTestModule(EJBMockObjectFactory mockFactory)
          Creates an EJBTestModule with the specified EJBMockObjectFactory.
protected  void BaseTestCase.setEJBMockObjectFactory(EJBMockObjectFactory mockFactory)
          Sets the current EJBMockObjectFactory.
 

Uses of EJBMockObjectFactory in com.mockrunner.ejb
 

Methods in com.mockrunner.ejb that return EJBMockObjectFactory
protected  EJBMockObjectFactory BasicEJBTestCaseAdapter.createEJBMockObjectFactory()
          Creates a EJBMockObjectFactory.
protected  EJBMockObjectFactory BasicEJBTestCaseAdapter.getEJBMockObjectFactory()
          Gets the EJBMockObjectFactory.
 

Methods in com.mockrunner.ejb with parameters of type EJBMockObjectFactory
protected  EJBTestModule BasicEJBTestCaseAdapter.createEJBTestModule(EJBMockObjectFactory mockFactory)
          Creates a EJBTestModule with the specified EJBMockObjectFactory.
protected  void BasicEJBTestCaseAdapter.setEJBMockObjectFactory(EJBMockObjectFactory ejbMockObjectFactory)
          Sets the EJBMockObjectFactory.
 

Constructors in com.mockrunner.ejb with parameters of type EJBMockObjectFactory
EJBTestModule(EJBMockObjectFactory mockFactory)