Java Doc for BasicConnectorTestCaseAdapter.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.connector
.BasicConnectorTestCaseAdapter
All known Subclasses:
com.mockrunner.test.connector
.BasicConnectorTestCaseAdapterTest
,
BasicConnectorTestCaseAdapter
abstract
public
class BasicConnectorTestCaseAdapter extends TestCase
(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 basic adapter can be used if you don't need any other modules. It does not extend
com.mockrunner.base.BaseTestCase
. If you want to use several modules in conjunction, consider subclassing
com.mockrunner.connector.ConnectorTestCaseAdapter
.
This class is generated from the
com.mockrunner.connector.ConnectorTestModule
and should not be edited directly
.
Constructor Summary
public
BasicConnectorTestCaseAdapter
()
public
BasicConnectorTestCaseAdapter
(
String
name)
Method Summary
protected
ConnectorMockObjectFactory
createConnectorMockObjectFactory
()
Creates a
com.mockrunner.mock.connector.cci.ConnectorMockObjectFactory
.
protected
ConnectorTestModule
createConnectorTestModule
()
Creates a
com.mockrunner.connector.ConnectorTestModule
based on the current
com.mockrunner.mock.connector.cci.ConnectorMockObjectFactory
.
protected
ConnectorTestModule
createConnectorTestModule
(
ConnectorMockObjectFactory
mockFactory)
Creates a
com.mockrunner.connector.ConnectorTestModule
with the specified
com.mockrunner.mock.connector.cci.ConnectorMockObjectFactory
.
protected
ConnectorMockObjectFactory
getConnectorMockObjectFactory
()
Gets the
com.mockrunner.mock.connector.cci.ConnectorMockObjectFactory
.
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
setConnectorMockObjectFactory
(
ConnectorMockObjectFactory
connectorMockObjectFactory)
Sets the
com.mockrunner.mock.connector.cci.ConnectorMockObjectFactory
.
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
BasicConnectorTestCaseAdapter
public
BasicConnectorTestCaseAdapter()
(Code)
BasicConnectorTestCaseAdapter
public
BasicConnectorTestCaseAdapter(
String
name)
(Code)
Method Detail
createConnectorMockObjectFactory
protected
ConnectorMockObjectFactory
createConnectorMockObjectFactory()
(Code)
Creates a
com.mockrunner.mock.connector.cci.ConnectorMockObjectFactory
. the created
com.mockrunner.mock.connector.cci.ConnectorMockObjectFactory
createConnectorTestModule
protected
ConnectorTestModule
createConnectorTestModule()
(Code)
Creates a
com.mockrunner.connector.ConnectorTestModule
based on the current
com.mockrunner.mock.connector.cci.ConnectorMockObjectFactory
. Same as
createConnectorTestModule(getConnectorMockObjectFactory())
. the created
com.mockrunner.connector.ConnectorTestModule
createConnectorTestModule
protected
ConnectorTestModule
createConnectorTestModule(
ConnectorMockObjectFactory
mockFactory)
(Code)
Creates a
com.mockrunner.connector.ConnectorTestModule
with the specified
com.mockrunner.mock.connector.cci.ConnectorMockObjectFactory
. the created
com.mockrunner.connector.ConnectorTestModule
getConnectorMockObjectFactory
protected
ConnectorMockObjectFactory
getConnectorMockObjectFactory()
(Code)
Gets the
com.mockrunner.mock.connector.cci.ConnectorMockObjectFactory
. the
com.mockrunner.mock.connector.cci.ConnectorMockObjectFactory
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
setConnectorMockObjectFactory
protected
void setConnectorMockObjectFactory(
ConnectorMockObjectFactory
connectorMockObjectFactory)
(Code)
Sets the
com.mockrunner.mock.connector.cci.ConnectorMockObjectFactory
.
Parameters:
connectorMockObjectFactory - the
com.mockrunner.mock.connector.cci.ConnectorMockObjectFactory
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)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.