A B C D E G H I J P R S T V W 

A

addAdditionalControlMethods(JavaClassGenerator, StandardAdapterProcessor.MemberInfo) - Method in class com.mockrunner.gen.proc.BasicAdapterProcessor
 
addAdditionalControlMethods(JavaClassGenerator, StandardAdapterProcessor.MemberInfo) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
addGetAndSetMethodPair(JavaClassGenerator, Class, String) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
addGetMethod(JavaClassGenerator, Class, String) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
addGetMethod(JavaClassGenerator, Class, String[]) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
addMemberDeclarations(JavaClassGenerator, StandardAdapterProcessor.MemberInfo) - Method in class com.mockrunner.gen.proc.BasicAdapterProcessor
 
addMemberDeclarations(JavaClassGenerator, StandardAdapterProcessor.MemberInfo) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
addRequestParameter(String) - Method in class com.mockrunner.base.WebTestCase
addRequestParameter(String, String) - Method in class com.mockrunner.base.WebTestCase
addRequestParameter(String, String[]) - Method in class com.mockrunner.base.WebTestCase
addSetMethod(JavaClassGenerator, Class, String) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 

B

BaseTestCase - Class in com.mockrunner.base
Base class for all standard adapters.
BaseTestCase() - Constructor for class com.mockrunner.base.BaseTestCase
 
BaseTestCase(String) - Constructor for class com.mockrunner.base.BaseTestCase
 
BasicAdapterProcessor - Class in com.mockrunner.gen.proc
 
BasicAdapterProcessor() - Constructor for class com.mockrunner.gen.proc.BasicAdapterProcessor
 
BasicTagTestCaseAdapter - Class in com.mockrunner.tag
Delegator for TagTestModule.
BasicTagTestCaseAdapter() - Constructor for class com.mockrunner.tag.BasicTagTestCaseAdapter
 
BasicTagTestCaseAdapter(String) - Constructor for class com.mockrunner.tag.BasicTagTestCaseAdapter
 
BCELClassAnalyzer - Class in com.mockrunner.gen.proc
 
BCELClassAnalyzer(Class) - Constructor for class com.mockrunner.gen.proc.BCELClassAnalyzer
 

C

clearOutput() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
clearOutput() - Method in class com.mockrunner.tag.TagTestCaseAdapter
com.mockrunner.base - package com.mockrunner.base
 
com.mockrunner.gen.proc - package com.mockrunner.gen.proc
 
com.mockrunner.tag - package com.mockrunner.tag
 
createActionMockObjectFactory() - Method in class com.mockrunner.base.BaseTestCase
createActionMockObjectFactory(WebMockObjectFactory) - Method in class com.mockrunner.base.BaseTestCase
Same as createActionMockObjectFactory(otherFactory, true)
createActionMockObjectFactory(WebMockObjectFactory, boolean) - Method in class com.mockrunner.base.BaseTestCase
Creates a ActionMockObjectFactory based on another WebMockObjectFactory.
createActionTestModule(ActionMockObjectFactory) - Method in class com.mockrunner.base.BaseTestCase
Creates an ActionTestModule with the specified WebMockObjectFactory.
createActionTestModule() - Method in class com.mockrunner.base.BaseTestCase
Creates an ActionTestModule based on the current WebMockObjectFactory.
createConnectorMockObjectFactory() - Method in class com.mockrunner.base.BaseTestCase
createConnectorTestModule(ConnectorMockObjectFactory) - Method in class com.mockrunner.base.BaseTestCase
Creates an ConnectorTestModule with the specified ConnectorMockObjectFactory.
createConnectorTestModule() - Method in class com.mockrunner.base.BaseTestCase
Creates an ConnectorTestModule based on the current ConnectorMockObjectFactory.
createEJBMockObjectFactory() - Method in class com.mockrunner.base.BaseTestCase
createEJBTestModule(EJBMockObjectFactory) - Method in class com.mockrunner.base.BaseTestCase
Creates an EJBTestModule with the specified EJBMockObjectFactory.
createEJBTestModule() - Method in class com.mockrunner.base.BaseTestCase
Creates an EJBTestModule based on the current EJBMockObjectFactory.
createJDBCMockObjectFactory() - Method in class com.mockrunner.base.BaseTestCase
createJDBCTestModule(JDBCMockObjectFactory) - Method in class com.mockrunner.base.BaseTestCase
Creates a JDBCTestModule with the specified JDBCMockObjectFactory.
createJDBCTestModule() - Method in class com.mockrunner.base.BaseTestCase
Creates a JDBCTestModule based on the current JDBCMockObjectFactory.
createJMSMockObjectFactory() - Method in class com.mockrunner.base.BaseTestCase
createJMSTestModule(JMSMockObjectFactory) - Method in class com.mockrunner.base.BaseTestCase
Creates a JMSTestModule with the specified JMSMockObjectFactory.
createJMSTestModule() - Method in class com.mockrunner.base.BaseTestCase
Creates a JMSTestModule based on the current JMSMockObjectFactory.
createNestedTag(Class, Map) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
createNestedTag(Class) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
createNestedTag(Class, Map) - Method in class com.mockrunner.tag.TagTestCaseAdapter
createNestedTag(Class) - Method in class com.mockrunner.tag.TagTestCaseAdapter
createProtectedMethod() - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
createServletTestModule(WebMockObjectFactory) - Method in class com.mockrunner.base.BaseTestCase
Creates a ServletTestModule with the specified WebMockObjectFactory.
createServletTestModule() - Method in class com.mockrunner.base.BaseTestCase
Creates a ServletTestModule based on the current WebMockObjectFactory.
createTag(Class) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
createTag(Class, Map) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
createTag(Class) - Method in class com.mockrunner.tag.TagTestCaseAdapter
createTag(Class, Map) - Method in class com.mockrunner.tag.TagTestCaseAdapter
createTagTestModule(WebMockObjectFactory) - Method in class com.mockrunner.base.BaseTestCase
Creates a TagTestModule with the specified WebMockObjectFactory.
createTagTestModule() - Method in class com.mockrunner.base.BaseTestCase
Creates a TagTestModule based on the current WebMockObjectFactory.
createTagTestModule() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
Creates a TagTestModule based on the current WebMockObjectFactory.
createTagTestModule(WebMockObjectFactory) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
Creates a TagTestModule with the specified WebMockObjectFactory.
createWebMockObjectFactory() - Method in class com.mockrunner.base.BaseTestCase
createWebMockObjectFactory(WebMockObjectFactory) - Method in class com.mockrunner.base.BaseTestCase
Same as createWebMockObjectFactory(otherFactory, true)
createWebMockObjectFactory(WebMockObjectFactory, boolean) - Method in class com.mockrunner.base.BaseTestCase
Creates a WebMockObjectFactory based on another one.
createWebMockObjectFactory() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
createWebMockObjectFactory(WebMockObjectFactory) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
Same as createWebMockObjectFactory(otherFactory, true).
createWebMockObjectFactory(WebMockObjectFactory, boolean) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
Creates a WebMockObjectFactory based on another WebMockObjectFactory.
createWrappedTag(Class) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
createWrappedTag(Class, Map) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
createWrappedTag(Class) - Method in class com.mockrunner.tag.TagTestCaseAdapter
createWrappedTag(Class, Map) - Method in class com.mockrunner.tag.TagTestCaseAdapter

D

doAfterBody() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
doAfterBody() - Method in class com.mockrunner.tag.TagTestCaseAdapter
doEndTag() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
doEndTag() - Method in class com.mockrunner.tag.TagTestCaseAdapter
doInitBody() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
doInitBody() - Method in class com.mockrunner.tag.TagTestCaseAdapter
doStartTag() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
doStartTag() - Method in class com.mockrunner.tag.TagTestCaseAdapter
doTag() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
doTag() - Method in class com.mockrunner.tag.TagTestCaseAdapter

E

EJBBasicAdapterProcessor - Class in com.mockrunner.gen.proc
 
EJBBasicAdapterProcessor() - Constructor for class com.mockrunner.gen.proc.EJBBasicAdapterProcessor
 

G

getActionMockObjectFactory() - Method in class com.mockrunner.base.BaseTestCase
Gets the current ActionMockObjectFactory.
getAdditionalImports() - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
getArgumentNames(Method) - Method in class com.mockrunner.gen.proc.BCELClassAnalyzer
 
getBaseName(Class) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
getClassComment(Class) - Method in class com.mockrunner.gen.proc.BasicAdapterProcessor
 
getClassComment(Class) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
getClassNameFromBaseName(String) - Method in class com.mockrunner.gen.proc.BasicAdapterProcessor
 
getClassNameFromBaseName(String) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
getConnectorMockObjectFactory() - Method in class com.mockrunner.base.BaseTestCase
Gets the current ConnectorMockObjectFactory.
getEJBMockObjectFactory() - Method in class com.mockrunner.base.BaseTestCase
Gets the current EJBMockObjectFactory.
getFactory() - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor.MemberInfo
 
getFactoryMember() - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor.MemberInfo
 
getHTMLOutputModule() - Method in class com.mockrunner.base.HTMLOutputTestCase
Implemented by concrete subclasses.
getHTMLOutputModule() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
getHTMLOutputModule() - Method in class com.mockrunner.tag.TagTestCaseAdapter
getJavaDocLink(Class) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
getJavaFileName(Class, String) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
getJDBCMockObjectFactory() - Method in class com.mockrunner.base.BaseTestCase
Gets the current JDBCMockObjectFactory.
getJMSMockObjectFactory() - Method in class com.mockrunner.base.BaseTestCase
Gets the current JMSMockObjectFactory.
getMockPageContext() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
getMockPageContext() - Method in class com.mockrunner.tag.TagTestCaseAdapter
getModule() - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor.MemberInfo
 
getModuleMember() - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor.MemberInfo
 
getName() - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
getNestedTag() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
getNestedTag() - Method in class com.mockrunner.tag.TagTestCaseAdapter
getOutput() - Method in class com.mockrunner.base.HTMLOutputTestCase
getOutput() - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
getOutputAsBufferedReader() - Method in class com.mockrunner.base.HTMLOutputTestCase
getOutputAsJDOMDocument() - Method in class com.mockrunner.base.HTMLOutputTestCase
getOutputAsW3CDocument() - Method in class com.mockrunner.base.HTMLOutputTestCase
getOutputAsWellformedXML() - Method in class com.mockrunner.base.HTMLOutputTestCase
getRequestAttribute(String) - Method in class com.mockrunner.base.WebTestCase
getRequestParameter(String) - Method in class com.mockrunner.base.WebTestCase
getSessionAttribute(String) - Method in class com.mockrunner.base.WebTestCase
getSetUpMethodCodeLines(StandardAdapterProcessor.MemberInfo) - Method in class com.mockrunner.gen.proc.BasicAdapterProcessor
 
getSetUpMethodCodeLines(StandardAdapterProcessor.MemberInfo) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
getSuperClass(Class) - Method in class com.mockrunner.gen.proc.BasicAdapterProcessor
 
getSuperClass(Class) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
getTag() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
getTag() - Method in class com.mockrunner.tag.TagTestCaseAdapter
getTagTestModule() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
Gets the TagTestModule.
getTagTestModule() - Method in class com.mockrunner.tag.TagTestCaseAdapter
Gets the TagTestModule.
getTearDownMethodCodeLines(StandardAdapterProcessor.MemberInfo) - Method in class com.mockrunner.gen.proc.BasicAdapterProcessor
 
getTearDownMethodCodeLines(StandardAdapterProcessor.MemberInfo) - Method in class com.mockrunner.gen.proc.EJBBasicAdapterProcessor
 
getTearDownMethodCodeLines(StandardAdapterProcessor.MemberInfo) - Method in class com.mockrunner.gen.proc.JDBCBasicAdapterProcessor
 
getTearDownMethodCodeLines(StandardAdapterProcessor.MemberInfo) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
getWebMockObjectFactory() - Method in class com.mockrunner.base.BaseTestCase
Gets the current WebMockObjectFactory.
getWebMockObjectFactory() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
getWebTestModule() - Method in class com.mockrunner.base.HTMLOutputTestCase
 
getWebTestModule() - Method in class com.mockrunner.base.WebTestCase
Implemented by concrete subclasses.
getWrappedTag() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
getWrappedTag() - Method in class com.mockrunner.tag.TagTestCaseAdapter

H

HTMLOutputTestCase - Class in com.mockrunner.base
Delegator for HTMLOutputModule.
HTMLOutputTestCase() - Constructor for class com.mockrunner.base.HTMLOutputTestCase
 
HTMLOutputTestCase(String) - Constructor for class com.mockrunner.base.HTMLOutputTestCase
 

I

isMethodDeprecated(Method) - Method in class com.mockrunner.gen.proc.BCELClassAnalyzer
 

J

JDBCBasicAdapterProcessor - Class in com.mockrunner.gen.proc
 
JDBCBasicAdapterProcessor() - Constructor for class com.mockrunner.gen.proc.JDBCBasicAdapterProcessor
 

P

populateAttributes() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
populateAttributes() - Method in class com.mockrunner.tag.TagTestCaseAdapter
process(Class, List) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor
 
processTagLifecycle() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
processTagLifecycle() - Method in class com.mockrunner.tag.TagTestCaseAdapter

R

release() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
release() - Method in class com.mockrunner.tag.TagTestCaseAdapter

S

setActionMockObjectFactory(ActionMockObjectFactory) - Method in class com.mockrunner.base.BaseTestCase
Sets the current ActionMockObjectFactory.
setBody(String) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
setBody(String) - Method in class com.mockrunner.tag.TagTestCaseAdapter
setCaseSensitive(boolean) - Method in class com.mockrunner.base.HTMLOutputTestCase
setConnectorMockObjectFactory(ConnectorMockObjectFactory) - Method in class com.mockrunner.base.BaseTestCase
Sets the current ConnectorMockObjectFactory.
setDoRelease(boolean) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
setDoRelease(boolean) - Method in class com.mockrunner.tag.TagTestCaseAdapter
setDoReleaseRecursive(boolean) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
setDoReleaseRecursive(boolean) - Method in class com.mockrunner.tag.TagTestCaseAdapter
setEJBMockObjectFactory(EJBMockObjectFactory) - Method in class com.mockrunner.base.BaseTestCase
Sets the current EJBMockObjectFactory.
setFactory(Class) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor.MemberInfo
 
setFactoryMember(String) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor.MemberInfo
 
setJDBCMockObjectFactory(JDBCMockObjectFactory) - Method in class com.mockrunner.base.BaseTestCase
Sets the current JDBCMockObjectFactory.
setJMSMockObjectFactory(JMSMockObjectFactory) - Method in class com.mockrunner.base.BaseTestCase
Sets the current JMSMockObjectFactory.
setModule(Class) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor.MemberInfo
 
setModuleMember(String) - Method in class com.mockrunner.gen.proc.StandardAdapterProcessor.MemberInfo
 
setRequestAttribute(String, Object) - Method in class com.mockrunner.base.WebTestCase
setSessionAttribute(String, Object) - Method in class com.mockrunner.base.WebTestCase
setTag(JspTag) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
setTag(JspTag, Map) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
setTag(TagSupport, Map) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
setTag(TagSupport) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
setTag(JspTag) - Method in class com.mockrunner.tag.TagTestCaseAdapter
setTag(JspTag, Map) - Method in class com.mockrunner.tag.TagTestCaseAdapter
setTag(TagSupport, Map) - Method in class com.mockrunner.tag.TagTestCaseAdapter
setTag(TagSupport) - Method in class com.mockrunner.tag.TagTestCaseAdapter
setTagTestModule(TagTestModule) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
Sets the TagTestModule.
setTagTestModule(TagTestModule) - Method in class com.mockrunner.tag.TagTestCaseAdapter
Sets the TagTestModule.
setUp() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
Creates the TagTestModule.
setUp() - Method in class com.mockrunner.tag.TagTestCaseAdapter
Creates the TagTestModule.
setWebMockObjectFactory(WebMockObjectFactory) - Method in class com.mockrunner.base.BaseTestCase
Sets the current WebMockObjectFactory.
setWebMockObjectFactory(WebMockObjectFactory) - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
StandardAdapterProcessor - Class in com.mockrunner.gen.proc
 
StandardAdapterProcessor() - Constructor for class com.mockrunner.gen.proc.StandardAdapterProcessor
 
StandardAdapterProcessor.MemberInfo - Class in com.mockrunner.gen.proc
 
StandardAdapterProcessor.MemberInfo() - Constructor for class com.mockrunner.gen.proc.StandardAdapterProcessor.MemberInfo
 

T

TagTestCaseAdapter - Class in com.mockrunner.tag
Delegator for TagTestModule.
TagTestCaseAdapter() - Constructor for class com.mockrunner.tag.TagTestCaseAdapter
 
TagTestCaseAdapter(String) - Constructor for class com.mockrunner.tag.TagTestCaseAdapter
 
tearDown() - Method in class com.mockrunner.base.BaseTestCase
 
tearDown() - Method in class com.mockrunner.tag.BasicTagTestCaseAdapter
 
tearDown() - Method in class com.mockrunner.tag.TagTestCaseAdapter
 

V

verifyOutput(String) - Method in class com.mockrunner.base.HTMLOutputTestCase
verifyOutputContains(String) - Method in class com.mockrunner.base.HTMLOutputTestCase
verifyOutputRegularExpression(String) - Method in class com.mockrunner.base.HTMLOutputTestCase

W

WebTestCase - Class in com.mockrunner.base
Delegator for WebTestModule.
WebTestCase() - Constructor for class com.mockrunner.base.WebTestCase
 
WebTestCase(String) - Constructor for class com.mockrunner.base.WebTestCase
 
A B C D E G H I J P R S T V W 

Copyright © 2003-2013. All Rights Reserved.