Java Doc for ConnectorTestCaseAdapter.java in » Testing » mockrunner-0.4 » com » mockrunner » connector » 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.connector
Source Cross Reference
Class Diagram
Java Document (Java Doc)
com.mockrunner.base
.BaseTestCase
com.mockrunner.connector
.ConnectorTestCaseAdapter
All known Subclasses:
com.mockrunner.example.connector
.AccountDAOTest
,
com.mockrunner.example.connector
.PersonSearchDAOTest
,
ConnectorTestCaseAdapter
abstract
public
class ConnectorTestCaseAdapter extends
BaseTestCase
(Code)
Delegator for
com.mockrunner.connector.ConnectorTestModule
. You can subclass this adapter or use
com.mockrunner.connector.ConnectorTestModule
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.connector.ConnectorTestModule
and should not be edited directly
.
Constructor Summary
public
ConnectorTestCaseAdapter
()
public
ConnectorTestCaseAdapter
(
String
name)
Method Summary
protected
ConnectorTestModule
getConnectorTestModule
()
Gets the
com.mockrunner.connector.ConnectorTestModule
.
protected
List
getCreatedIndexedRecords
(
String
recordName)
protected
List
getCreatedIndexedRecords
()
protected
List
getCreatedMappedRecords
(
String
recordName)
protected
List
getCreatedMappedRecords
()
protected
InteractionHandler
getInteractionHandler
()
protected
List
getInteractionList
()
protected
void
setConnectorTestModule
(
ConnectorTestModule
connectorTestModule)
Sets the
com.mockrunner.connector.ConnectorTestModule
.
protected
void
setUp
()
Creates the
com.mockrunner.connector.ConnectorTestModule
.
protected
void
tearDown
()
protected
void
verifyAllInteractionsClosed
()
protected
void
verifyConnectionClosed
()
protected
void
verifyInteractionClosed
(int index)
protected
void
verifyLocalTransactionCommitted
()
protected
void
verifyLocalTransactionNotCommitted
()
protected
void
verifyLocalTransactionNotRolledBack
()
protected
void
verifyLocalTransactionRolledBack
()
protected
void
verifyNumberCreatedIndexedRecords
(int expected)
protected
void
verifyNumberCreatedIndexedRecords
(
String
recordName, int expected)
protected
void
verifyNumberCreatedMappedRecords
(int expected)
protected
void
verifyNumberCreatedMappedRecords
(
String
recordName, int expected)
Constructor Detail
ConnectorTestCaseAdapter
public
ConnectorTestCaseAdapter()
(Code)
ConnectorTestCaseAdapter
public
ConnectorTestCaseAdapter(
String
name)
(Code)
Method Detail
getConnectorTestModule
protected
ConnectorTestModule
getConnectorTestModule()
(Code)
Gets the
com.mockrunner.connector.ConnectorTestModule
. the
com.mockrunner.connector.ConnectorTestModule
getCreatedIndexedRecords
protected
List
getCreatedIndexedRecords(
String
recordName)
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.getCreatedIndexedRecords(String)
getCreatedIndexedRecords
protected
List
getCreatedIndexedRecords()
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.getCreatedIndexedRecords
getCreatedMappedRecords
protected
List
getCreatedMappedRecords(
String
recordName)
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.getCreatedMappedRecords(String)
getCreatedMappedRecords
protected
List
getCreatedMappedRecords()
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.getCreatedMappedRecords
getInteractionHandler
protected
InteractionHandler
getInteractionHandler()
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.getInteractionHandler
getInteractionList
protected
List
getInteractionList()
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.getInteractionList
setConnectorTestModule
protected
void setConnectorTestModule(
ConnectorTestModule
connectorTestModule)
(Code)
Sets the
com.mockrunner.connector.ConnectorTestModule
.
Parameters:
connectorTestModule - the
com.mockrunner.connector.ConnectorTestModule
setUp
protected
void setUp() throws
Exception
(Code)
Creates the
com.mockrunner.connector.ConnectorTestModule
. If you overwrite this method, you must call
super.setUp()
.
tearDown
protected
void tearDown() throws
Exception
(Code)
verifyAllInteractionsClosed
protected
void verifyAllInteractionsClosed()
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.verifyAllInteractionsClosed
verifyConnectionClosed
protected
void verifyConnectionClosed()
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.verifyConnectionClosed
verifyInteractionClosed
protected
void verifyInteractionClosed(int index)
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.verifyInteractionClosed(int)
verifyLocalTransactionCommitted
protected
void verifyLocalTransactionCommitted()
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.verifyLocalTransactionCommitted
verifyLocalTransactionNotCommitted
protected
void verifyLocalTransactionNotCommitted()
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.verifyLocalTransactionNotCommitted
verifyLocalTransactionNotRolledBack
protected
void verifyLocalTransactionNotRolledBack()
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.verifyLocalTransactionNotRolledBack
verifyLocalTransactionRolledBack
protected
void verifyLocalTransactionRolledBack()
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.verifyLocalTransactionRolledBack
verifyNumberCreatedIndexedRecords
protected
void verifyNumberCreatedIndexedRecords(int expected)
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.verifyNumberCreatedIndexedRecords(int)
verifyNumberCreatedIndexedRecords
protected
void verifyNumberCreatedIndexedRecords(
String
recordName, int expected)
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.verifyNumberCreatedIndexedRecords(Stringint)
verifyNumberCreatedMappedRecords
protected
void verifyNumberCreatedMappedRecords(int expected)
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.verifyNumberCreatedMappedRecords(int)
verifyNumberCreatedMappedRecords
protected
void verifyNumberCreatedMappedRecords(
String
recordName, int expected)
(Code)
Delegates to
com.mockrunner.connector.ConnectorTestModule.verifyNumberCreatedMappedRecords(Stringint)
Methods inherited from
com.mockrunner.base.BaseTestCase
protected
ActionMockObjectFactory
createActionMockObjectFactory()
(Code)
(Java Doc)
protected
ActionMockObjectFactory
createActionMockObjectFactory(
WebMockObjectFactory
otherFactory)
(Code)
(Java Doc)
protected
ActionMockObjectFactory
createActionMockObjectFactory(
WebMockObjectFactory
otherFactory, boolean createNewSession)
(Code)
(Java Doc)
protected
ActionTestModule
createActionTestModule(
ActionMockObjectFactory
mockFactory)
(Code)
(Java Doc)
protected
ActionTestModule
createActionTestModule()
(Code)
(Java Doc)
protected
ConnectorMockObjectFactory
createConnectorMockObjectFactory()
(Code)
(Java Doc)
protected
ConnectorTestModule
createConnectorTestModule(
ConnectorMockObjectFactory
mockFactory)
(Code)
(Java Doc)
protected
ConnectorTestModule
createConnectorTestModule()
(Code)
(Java Doc)
protected
EJBMockObjectFactory
createEJBMockObjectFactory()
(Code)
(Java Doc)
protected
EJBTestModule
createEJBTestModule(
EJBMockObjectFactory
mockFactory)
(Code)
(Java Doc)
protected
EJBTestModule
createEJBTestModule()
(Code)
(Java Doc)
protected
JDBCMockObjectFactory
createJDBCMockObjectFactory()
(Code)
(Java Doc)
protected
JDBCTestModule
createJDBCTestModule(
JDBCMockObjectFactory
mockFactory)
(Code)
(Java Doc)
protected
JDBCTestModule
createJDBCTestModule()
(Code)
(Java Doc)
protected
JMSMockObjectFactory
createJMSMockObjectFactory()
(Code)
(Java Doc)
protected
JMSTestModule
createJMSTestModule(
JMSMockObjectFactory
mockFactory)
(Code)
(Java Doc)
protected
JMSTestModule
createJMSTestModule()
(Code)
(Java Doc)
protected
ServletTestModule
createServletTestModule(
WebMockObjectFactory
mockFactory)
(Code)
(Java Doc)
protected
ServletTestModule
createServletTestModule()
(Code)
(Java Doc)
protected
TagTestModule
createTagTestModule(
WebMockObjectFactory
mockFactory)
(Code)
(Java Doc)
protected
TagTestModule
createTagTestModule()
(Code)
(Java Doc)
protected
WebMockObjectFactory
createWebMockObjectFactory()
(Code)
(Java Doc)
protected
WebMockObjectFactory
createWebMockObjectFactory(
WebMockObjectFactory
otherFactory)
(Code)
(Java Doc)
protected
WebMockObjectFactory
createWebMockObjectFactory(
WebMockObjectFactory
otherFactory, boolean createNewSession)
(Code)
(Java Doc)
protected
ActionMockObjectFactory
getActionMockObjectFactory()
(Code)
(Java Doc)
protected
ConnectorMockObjectFactory
getConnectorMockObjectFactory()
(Code)
(Java Doc)
protected
EJBMockObjectFactory
getEJBMockObjectFactory()
(Code)
(Java Doc)
protected
JDBCMockObjectFactory
getJDBCMockObjectFactory()
(Code)
(Java Doc)
protected
JMSMockObjectFactory
getJMSMockObjectFactory()
(Code)
(Java Doc)
protected
WebMockObjectFactory
getWebMockObjectFactory()
(Code)
(Java Doc)
protected
void setActionMockObjectFactory(
ActionMockObjectFactory
mockFactory)
(Code)
(Java Doc)
protected
void setConnectorMockObjectFactory(
ConnectorMockObjectFactory
mockFactory)
(Code)
(Java Doc)
protected
void setEJBMockObjectFactory(
EJBMockObjectFactory
mockFactory)
(Code)
(Java Doc)
protected
void setJDBCMockObjectFactory(
JDBCMockObjectFactory
mockFactory)
(Code)
(Java Doc)
protected
void setJMSMockObjectFactory(
JMSMockObjectFactory
mockFactory)
(Code)
(Java Doc)
protected
void setWebMockObjectFactory(
WebMockObjectFactory
mockFactory)
(Code)
(Java Doc)
protected
void tearDown() throws
Exception
(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.