Java Doc for TagTestCaseAdapter.java in » Testing » mockrunner-0.4 » com » mockrunner » tag » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Testing
»
mockrunner 0.4
»
com.mockrunner.tag
Source Cross Reference
Class Diagram
Java Document (Java Doc)
com.mockrunner.base
.HTMLOutputTestCase
com.mockrunner.tag
.TagTestCaseAdapter
TagTestCaseAdapter
abstract
public
class TagTestCaseAdapter extends
HTMLOutputTestCase
(Code)
Delegator for
com.mockrunner.tag.TagTestModule
. You can subclass this adapter or use
com.mockrunner.tag.TagTestModule
directly (so your test case can use another base class). This adapter extends
com.mockrunner.base.BaseTestCase
. It can be used if you want to use several modules in conjunction.
This class is generated from the
com.mockrunner.tag.TagTestModule
and should not be edited directly
.
Constructor Summary
public
TagTestCaseAdapter
()
public
TagTestCaseAdapter
(
String
name)
Method Summary
protected
void
clearOutput
()
protected
NestedTag
createNestedTag
(
Class
tagClass,
Map
attributes)
protected
NestedTag
createNestedTag
(
Class
tagClass)
protected
TagSupport
createTag
(
Class
tagClass)
protected
TagSupport
createTag
(
Class
tagClass,
Map
attributes)
protected
int
doAfterBody
()
protected
int
doEndTag
()
protected
void
doInitBody
()
protected
int
doStartTag
()
protected
HTMLOutputModule
getHTMLOutputModule
()
Returns the
com.mockrunner.tag.TagTestModule
as
com.mockrunner.base.HTMLOutputModule
.
protected
MockPageContext
getMockPageContext
()
protected
NestedTag
getNestedTag
()
protected
TagSupport
getTag
()
protected
TagTestModule
getTagTestModule
()
Gets the
com.mockrunner.tag.TagTestModule
.
protected
void
populateAttributes
()
protected
int
processTagLifecycle
()
protected
void
release
()
protected
void
setBody
(
String
body)
protected
void
setDoRelease
(boolean doRelease)
protected
void
setDoReleaseRecursive
(boolean doRelease)
protected
NestedTag
setTag
(
TagSupport
tag,
Map
attributes)
protected
NestedTag
setTag
(
TagSupport
tag)
protected
void
setTagTestModule
(
TagTestModule
tagTestModule)
Sets the
com.mockrunner.tag.TagTestModule
.
protected
void
setUp
()
Creates the
com.mockrunner.tag.TagTestModule
.
protected
void
tearDown
()
Constructor Detail
TagTestCaseAdapter
public
TagTestCaseAdapter()
(Code)
TagTestCaseAdapter
public
TagTestCaseAdapter(
String
name)
(Code)
Method Detail
clearOutput
protected
void clearOutput()
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.clearOutput
createNestedTag
protected
NestedTag
createNestedTag(
Class
tagClass,
Map
attributes)
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.createNestedTag(ClassMap)
createNestedTag
protected
NestedTag
createNestedTag(
Class
tagClass)
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.createNestedTag(Class)
createTag
protected
TagSupport
createTag(
Class
tagClass)
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.createTag(Class)
createTag
protected
TagSupport
createTag(
Class
tagClass,
Map
attributes)
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.createTag(ClassMap)
doAfterBody
protected
int doAfterBody()
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.doAfterBody
doEndTag
protected
int doEndTag()
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.doEndTag
doInitBody
protected
void doInitBody()
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.doInitBody
doStartTag
protected
int doStartTag()
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.doStartTag
getHTMLOutputModule
protected
HTMLOutputModule
getHTMLOutputModule()
(Code)
Returns the
com.mockrunner.tag.TagTestModule
as
com.mockrunner.base.HTMLOutputModule
. the
com.mockrunner.base.HTMLOutputModule
getMockPageContext
protected
MockPageContext
getMockPageContext()
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.getMockPageContext
getNestedTag
protected
NestedTag
getNestedTag()
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.getNestedTag
getTag
protected
TagSupport
getTag()
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.getTag
getTagTestModule
protected
TagTestModule
getTagTestModule()
(Code)
Gets the
com.mockrunner.tag.TagTestModule
. the
com.mockrunner.tag.TagTestModule
populateAttributes
protected
void populateAttributes()
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.populateAttributes
processTagLifecycle
protected
int processTagLifecycle()
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.processTagLifecycle
release
protected
void release()
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.release
setBody
protected
void setBody(
String
body)
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.setBody(String)
setDoRelease
protected
void setDoRelease(boolean doRelease)
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.setDoRelease(boolean)
setDoReleaseRecursive
protected
void setDoReleaseRecursive(boolean doRelease)
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.setDoReleaseRecursive(boolean)
setTag
protected
NestedTag
setTag(
TagSupport
tag,
Map
attributes)
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.setTag(TagSupportMap)
setTag
protected
NestedTag
setTag(
TagSupport
tag)
(Code)
Delegates to
com.mockrunner.tag.TagTestModule.setTag(TagSupport)
setTagTestModule
protected
void setTagTestModule(
TagTestModule
tagTestModule)
(Code)
Sets the
com.mockrunner.tag.TagTestModule
.
Parameters:
tagTestModule - the
com.mockrunner.tag.TagTestModule
setUp
protected
void setUp() throws
Exception
(Code)
Creates the
com.mockrunner.tag.TagTestModule
. If you overwrite this method, you must call
super.setUp()
.
tearDown
protected
void tearDown() throws
Exception
(Code)
Methods inherited from
com.mockrunner.base.HTMLOutputTestCase
abstract
protected
HTMLOutputModule
getHTMLOutputModule()
(Code)
(Java Doc)
protected
String
getOutput()
(Code)
(Java Doc)
protected
BufferedReader
getOutputAsBufferedReader()
(Code)
(Java Doc)
protected
org.jdom.Document getOutputAsJDOMDocument()
(Code)
(Java Doc)
protected
org.w3c.dom.Document
getOutputAsW3CDocument()
(Code)
(Java Doc)
protected
String
getOutputAsWellformedXML()
(Code)
(Java Doc)
protected
WebTestModule
getWebTestModule()
(Code)
(Java Doc)
protected
void setCaseSensitive(boolean caseSensitive)
(Code)
(Java Doc)
protected
void verifyOutput(
String
expectedOutput)
(Code)
(Java Doc)
protected
void verifyOutputContains(
String
expectedOutput)
(Code)
(Java Doc)
protected
void verifyOutputRegularExpression(
String
expression)
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.