Uses of Interface
com.mockobjects.Verifiable

Packages that use Verifiable
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
 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
 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
 class MockPropertyChangeListener
          Mock object for a PropertyChangeListener.
 

Uses of Verifiable in com.mockobjects.dynamic
 

Subinterfaces of Verifiable in com.mockobjects.dynamic
 interface Callable
           
 interface CallableAddable
           
 

Classes in com.mockobjects.dynamic that implement Verifiable
 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
 class MockFile
           
 class MockIOFactory
           
 class MockOutputStream
           
 class MockPrintWriter
           
 class MockWriter
          A mock Writer.
 

Uses of Verifiable in com.mockobjects.jms
 

Classes in com.mockobjects.jms that implement Verifiable
 class MockConnection
           
 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
           
 

Uses of Verifiable in com.mockobjects.mail
 

Classes in com.mockobjects.mail that implement Verifiable
 class MockService
           
 class MockTransport
           
 

Uses of Verifiable in com.mockobjects.mail.internet
 

Classes in com.mockobjects.mail.internet that implement Verifiable
 class MockMimeMessage
           
 class MockMimeMessageFactory
           
 

Uses of Verifiable in com.mockobjects.naming
 

Classes in com.mockobjects.naming that implement Verifiable
 class MockContext
           
 

Uses of Verifiable in com.mockobjects.naming.directory
 

Classes in com.mockobjects.naming.directory that implement Verifiable
 class MockAttribute
           
 class MockAttributes
           
 class MockDirContext
           
 class MockNamingEnumeration
           
 

Uses of Verifiable in com.mockobjects.net
 

Classes in com.mockobjects.net that implement Verifiable
 class MockSocket
           
 class MockSocketFactory
           
 

Uses of Verifiable in com.mockobjects.rmi
 

Classes in com.mockobjects.rmi that implement Verifiable
 class MockNaming
           
 

Uses of Verifiable in com.mockobjects.servlet
 

Classes in com.mockobjects.servlet that implement Verifiable
 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
(package private)  class com.mockobjects.sql.CommonMockConnection
           
(package private)  class com.mockobjects.sql.CommonMockConnection2
           
 class CommonMockDataSource
          Abstract DataSource for use with mock testing.
(package private)  class com.mockobjects.sql.CommonMockMultiRowResultSet
          This is a simple implementation of a MockResultSet.
(package private)  class com.mockobjects.sql.CommonMockPreparedStatement
          Abstract PreparedStatement for use with mock testing.
(package private)  class com.mockobjects.sql.CommonMockResultSetMetaData
           
(package private)  class com.mockobjects.sql.CommonMockSingleRowResultSet
          Implementation of a MockResultSet that uses the ExpectationRow object to simulate a ResultSet that returns a single row.
(package private)  class com.mockobjects.sql.CommonMockStatement
           
 class ExpectationSqlRow
           
 class MockArray
          MockArray.java
 class MockConnection2
          MockConnection2 is a tempary replacement for the MockConnection.
 class MockDatabaseMetaData
           
 class MockDataSource
          Empty implementation of CommonMockDataSource.
 class MockMultiRowResultSet
           
 class MockPreparedStatement
           
(package private)  class com.mockobjects.sql.MockResultSet
          This is the base implementation of a mock result set.
 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
 void TestCaseMo.assertVerifyFails(Verifiable aVerifiable)
           
static void AssertMo.assertVerifyFails(Verifiable aVerifiable)
           
 



Copyright © 2002 Mock Objects. All Rights Reserved.