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 interfaceExpectationAn Expectation is an object that we set up at the beginning of a unit test to expect certain things to happen to it.interfaceExpectationCollectionAn 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 classAbstractExpectationclassAbstractExpectationCollectionclassExpectationCounterclassExpectationDoubleValueclassExpectationListclassExpectationMapclassExpectationSegmentclassExpectationSetclassExpectationValueclassMockObjectclassReturnObjectBagThe ReturnObjectBag is a map containing instances of ReturnObjectList.classReturnObjectListThis 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 classMockPropertyChangeListenerMock object for a PropertyChangeListener. -
Uses of Verifiable in com.mockobjects.dynamic
Subinterfaces of Verifiable in com.mockobjects.dynamic Modifier and Type Interface Description interfaceCallableinterfaceCallableAddableClasses in com.mockobjects.dynamic that implement Verifiable Modifier and Type Class Description classCallBagclassCallOnceExpectationclassCallSequenceclassCallSignatureclassCallStubclassMockclassOrderedMockclassReturnStubclassThrowStubclassVoidStub -
Uses of Verifiable in com.mockobjects.io
Classes in com.mockobjects.io that implement Verifiable Modifier and Type Class Description classMockFileclassMockIOFactoryclassMockOutputStreamclassMockPrintWriterclassMockWriterA mockWriter. -
Uses of Verifiable in com.mockobjects.jms
Classes in com.mockobjects.jms that implement Verifiable Modifier and Type Class Description classMockConnectionclassMockMapMessageMockMapMessageclassMockMessageclassMockMessageConsumerclassMockMessageProducerclassMockMessagePublisherclassMockObjectMessageclassMockQueueclassMockQueueConnectionclassMockQueueConnectionFactoryclassMockQueueReceiverclassMockQueueSenderclassMockQueueSessionclassMockSessionclassMockTemporaryQueueclassMockTextMessageclassMockTopicclassMockTopicConnectionclassMockTopicConnectionFactoryclassMockTopicPublisherclassMockTopicSessionclassMockTopicSubscriber -
Uses of Verifiable in com.mockobjects.mail
Classes in com.mockobjects.mail that implement Verifiable Modifier and Type Class Description classMockMessageclassMockServiceclassMockSessionclassMockTransport -
Uses of Verifiable in com.mockobjects.mail.internet
Classes in com.mockobjects.mail.internet that implement Verifiable Modifier and Type Class Description classMockMimeMessageclassMockMimeMessageFactory -
Uses of Verifiable in com.mockobjects.naming
Classes in com.mockobjects.naming that implement Verifiable Modifier and Type Class Description classMockContext -
Uses of Verifiable in com.mockobjects.naming.directory
Classes in com.mockobjects.naming.directory that implement Verifiable Modifier and Type Class Description classMockAttributeclassMockAttributesclassMockDirContextclassMockNamingEnumeration -
Uses of Verifiable in com.mockobjects.net
Classes in com.mockobjects.net that implement Verifiable Modifier and Type Class Description classMockSocketclassMockSocketFactory -
Uses of Verifiable in com.mockobjects.rmi
Classes in com.mockobjects.rmi that implement Verifiable Modifier and Type Class Description classMockNaming -
Uses of Verifiable in com.mockobjects.servlet
Classes in com.mockobjects.servlet that implement Verifiable Modifier and Type Class Description classMockBodyContentclassMockFilterChainclassMockFilterConfigclassMockHttpServletRequestclassMockHttpServletResponseclassMockHttpSessionclassMockRequestDispatcherclassMockServletConfigclassMockServletContextclassMockServletInputStream -
Uses of Verifiable in com.mockobjects.sql
Classes in com.mockobjects.sql that implement Verifiable Modifier and Type Class Description classCommonMockDataSourceAbstract DataSource for use with mock testing.classExpectationSqlRowclassMockArrayMockArray.javaclassMockConnectionDeprecated.Use temporary class MockConnection2classMockConnection2MockConnection2 is a tempary replacement for the MockConnection.classMockDatabaseMetaDataclassMockDataSourceEmpty implementation ofCommonMockDataSource.classMockMultiRowResultSetclassMockPreparedStatementclassMockResultSetMetaDataMinimal implementation of ResultSetMetaData for testing.classMockSingleRowResultSetclassMockStatement -
Uses of Verifiable in com.mockobjects.util
Methods in com.mockobjects.util with parameters of type Verifiable Modifier and Type Method Description static voidAssertMo. assertVerifyFails(Verifiable aVerifiable)voidTestCaseMo. assertVerifyFails(Verifiable aVerifiable)
-