Uses of Class
com.mockrunner.tag.TagTestModule

Packages that use TagTestModule
com.mockrunner.base   
com.mockrunner.tag   
 

Uses of TagTestModule in com.mockrunner.base
 

Methods in com.mockrunner.base that return TagTestModule
protected  TagTestModule BaseTestCase.createTagTestModule()
          Creates a TagTestModule based on the current WebMockObjectFactory.
protected  TagTestModule BaseTestCase.createTagTestModule(WebMockObjectFactory mockFactory)
          Creates a TagTestModule with the specified WebMockObjectFactory.
 

Uses of TagTestModule in com.mockrunner.tag
 

Methods in com.mockrunner.tag that return TagTestModule
protected  TagTestModule BasicTagTestCaseAdapter.createTagTestModule()
          Creates a TagTestModule based on the current WebMockObjectFactory.
protected  TagTestModule BasicTagTestCaseAdapter.createTagTestModule(WebMockObjectFactory mockFactory)
          Creates a TagTestModule with the specified WebMockObjectFactory.
protected  TagTestModule BasicTagTestCaseAdapter.getTagTestModule()
          Gets the TagTestModule.
protected  TagTestModule TagTestCaseAdapter.getTagTestModule()
          Gets the TagTestModule.
 

Methods in com.mockrunner.tag with parameters of type TagTestModule
protected  void BasicTagTestCaseAdapter.setTagTestModule(TagTestModule tagTestModule)
          Sets the TagTestModule.
protected  void TagTestCaseAdapter.setTagTestModule(TagTestModule tagTestModule)
          Sets the TagTestModule.