Uses of Interface
com.mockobjects.Verifiable
-
Packages that use Verifiable 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. -
-
Uses of Verifiable in com.mockobjects
Subinterfaces of Verifiable in com.mockobjects Modifier and Type Interface 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.Classes in com.mockobjects that implement Verifiable Modifier and Type Class 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. -
Uses of Verifiable in com.mockobjects.beans
Classes in com.mockobjects.beans that implement Verifiable Modifier and Type Class Description class
MockPropertyChangeListener
Mock object for a PropertyChangeListener. -
Uses of Verifiable in com.mockobjects.dynamic
Subinterfaces of Verifiable in com.mockobjects.dynamic Modifier and Type Interface Description interface
Callable
interface
CallableAddable
Classes in com.mockobjects.dynamic that implement Verifiable Modifier and Type Class Description class
CallBag
class
CallOnceExpectation
class
CallSequence
class
CallSignature
class
CallStub
class
Mock
class
OrderedMock
class
ReturnStub
class
ThrowStub
class
VoidStub
-
Uses of Verifiable in com.mockobjects.io
Classes in com.mockobjects.io that implement Verifiable Modifier and Type Class Description class
MockFile
class
MockIOFactory
class
MockOutputStream
class
MockPrintWriter
class
MockWriter
A mockWriter
. -
Uses of Verifiable in com.mockobjects.jms
Classes in com.mockobjects.jms that implement Verifiable Modifier and Type Class Description class
MockConnection
class
MockMapMessage
MockMapMessageclass
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
-
Uses of Verifiable in com.mockobjects.mail
Classes in com.mockobjects.mail that implement Verifiable Modifier and Type Class Description class
MockMessage
class
MockService
class
MockSession
class
MockTransport
-
Uses of Verifiable in com.mockobjects.mail.internet
Classes in com.mockobjects.mail.internet that implement Verifiable Modifier and Type Class Description class
MockMimeMessage
class
MockMimeMessageFactory
-
Uses of Verifiable in com.mockobjects.naming
Classes in com.mockobjects.naming that implement Verifiable Modifier and Type Class Description class
MockContext
-
Uses of Verifiable in com.mockobjects.naming.directory
Classes in com.mockobjects.naming.directory that implement Verifiable Modifier and Type Class Description class
MockAttribute
class
MockAttributes
class
MockDirContext
class
MockNamingEnumeration
-
Uses of Verifiable in com.mockobjects.net
Classes in com.mockobjects.net that implement Verifiable Modifier and Type Class Description class
MockSocket
class
MockSocketFactory
-
Uses of Verifiable in com.mockobjects.rmi
Classes in com.mockobjects.rmi that implement Verifiable Modifier and Type Class Description class
MockNaming
-
Uses of Verifiable in com.mockobjects.servlet
Classes in com.mockobjects.servlet that implement Verifiable Modifier and Type Class Description class
MockBodyContent
class
MockFilterChain
class
MockFilterConfig
class
MockHttpServletRequest
class
MockHttpServletResponse
class
MockHttpSession
class
MockRequestDispatcher
class
MockServletConfig
class
MockServletContext
class
MockServletInputStream
-
Uses of Verifiable in com.mockobjects.sql
Classes in com.mockobjects.sql that implement Verifiable Modifier and Type Class Description class
CommonMockDataSource
Abstract DataSource for use with mock testing.class
ExpectationSqlRow
class
MockArray
MockArray.javaclass
MockConnection
Deprecated.Use temporary class MockConnection2class
MockConnection2
MockConnection2 is a tempary replacement for the MockConnection.class
MockDatabaseMetaData
class
MockDataSource
Empty implementation ofCommonMockDataSource
.class
MockMultiRowResultSet
class
MockPreparedStatement
class
MockResultSetMetaData
Minimal implementation of ResultSetMetaData for testing.class
MockSingleRowResultSet
class
MockStatement
-
Uses of Verifiable in com.mockobjects.util
Methods in com.mockobjects.util with parameters of type Verifiable Modifier and Type Method Description static void
AssertMo. assertVerifyFails(Verifiable aVerifiable)
void
TestCaseMo. assertVerifyFails(Verifiable aVerifiable)
-