Package | Description |
---|---|
com.mockobjects | |
com.mockobjects.beans | |
com.mockobjects.dynamic | |
com.mockobjects.io | |
com.mockobjects.jms | |
com.mockobjects.mail | |
com.mockobjects.mail.internet | |
com.mockobjects.naming | |
com.mockobjects.naming.directory | |
com.mockobjects.net | |
com.mockobjects.rmi | |
com.mockobjects.servlet | |
com.mockobjects.sql | |
com.mockobjects.util |
A collection of utilities for the
MockObjects framework.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Expectation
An Expectation is an object that we set up at the beginning of a unit test to
expect certain things to happen to it.
|
interface |
ExpectationCollection
An ExpectationCollection is an expectation that supports multiple values, such as lists
and sets.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExpectation |
class |
AbstractExpectationCollection |
class |
ExpectationCounter |
class |
ExpectationDoubleValue |
class |
ExpectationList |
class |
ExpectationMap |
class |
ExpectationSegment |
class |
ExpectationSet |
class |
ExpectationValue |
class |
MockObject |
class |
ReturnObjectBag
The ReturnObjectBag is a map containing instances of ReturnObjectList.
|
class |
ReturnObjectList
This class allows a list of objects to be setup which can be used whilst.The
list is check to make sure that all the object in it are used and that none
are left over at the end of a test.
|
Modifier and Type | Class and Description |
---|---|
class |
MockPropertyChangeListener
Mock object for a PropertyChangeListener.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Callable |
interface |
CallableAddable |
Modifier and Type | Class and Description |
---|---|
class |
CallBag |
class |
CallOnceExpectation |
class |
CallSequence |
class |
CallSignature |
class |
CallStub |
class |
Mock |
class |
OrderedMock |
class |
ReturnStub |
class |
ThrowStub |
class |
VoidStub |
Modifier and Type | Class and Description |
---|---|
class |
MockFile |
class |
MockIOFactory |
class |
MockOutputStream |
class |
MockPrintWriter |
class |
MockWriter
A mock
Writer . |
Modifier and Type | Class and Description |
---|---|
class |
MockMapMessage
MockMapMessage
|
class |
MockMessage |
class |
MockMessageConsumer |
class |
MockMessageProducer |
class |
MockMessagePublisher |
class |
MockObjectMessage |
class |
MockQueue |
class |
MockQueueConnection |
class |
MockQueueConnectionFactory |
class |
MockQueueReceiver |
class |
MockQueueSender |
class |
MockQueueSession |
class |
MockSession |
class |
MockTemporaryQueue |
class |
MockTextMessage |
class |
MockTopic |
class |
MockTopicConnection |
class |
MockTopicConnectionFactory |
class |
MockTopicPublisher |
class |
MockTopicSession |
class |
MockTopicSubscriber |
Modifier and Type | Class and Description |
---|---|
class |
MockService |
class |
MockTransport |
Modifier and Type | Class and Description |
---|---|
class |
MockMimeMessage |
class |
MockMimeMessageFactory |
Modifier and Type | Class and Description |
---|---|
class |
MockContext |
Modifier and Type | Class and Description |
---|---|
class |
MockAttribute |
class |
MockAttributes |
class |
MockDirContext |
class |
MockNamingEnumeration |
Modifier and Type | Class and Description |
---|---|
class |
MockSocket |
class |
MockSocketFactory |
Modifier and Type | Class and Description |
---|---|
class |
MockNaming |
Modifier and Type | Class and Description |
---|---|
class |
MockBodyContent |
class |
MockFilterChain |
class |
MockFilterConfig |
class |
MockHttpServletRequest |
class |
MockHttpServletResponse |
class |
MockHttpSession |
class |
MockRequestDispatcher |
class |
MockServletConfig |
class |
MockServletContext |
class |
MockServletInputStream |
Modifier and Type | Class and Description |
---|---|
class |
CommonMockDataSource
Abstract DataSource for use with mock testing.
|
class |
ExpectationSqlRow |
class |
MockArray
MockArray.java
|
class |
MockConnection
Deprecated.
Use temporary class MockConnection2
|
class |
MockConnection2
MockConnection2 is a tempary replacement for the MockConnection.
|
class |
MockDatabaseMetaData |
class |
MockDataSource
Empty implementation of
CommonMockDataSource . |
class |
MockMultiRowResultSet |
class |
MockPreparedStatement |
class |
MockResultSetMetaData
Minimal implementation of ResultSetMetaData for testing.
|
class |
MockSingleRowResultSet |
class |
MockStatement |
Modifier and Type | Method and Description |
---|---|
void |
TestCaseMo.assertVerifyFails(Verifiable aVerifiable) |
static void |
AssertMo.assertVerifyFails(Verifiable aVerifiable) |
Copyright © 2002 Mock Objects. All Rights Reserved.