Package com.mockobjects
Class MockObject
java.lang.Object
com.mockobjects.MockObject
- All Implemented Interfaces:
Verifiable
- Direct Known Subclasses:
CommonMockDataSource,MockArray,MockAttribute,MockAttributes,MockConnection,MockConnection,MockConnection2,MockContext,MockDatabaseMetaData,MockFile,MockFilterChain,MockFilterConfig,MockHttpServletRequest,MockHttpServletResponse,MockHttpSession,MockIOFactory,MockMessage,MockMessage,MockMessageConsumer,MockMessageProducer,MockMessagePublisher,MockMimeMessageFactory,MockMultiRowResultSet,MockNaming,MockNamingEnumeration,MockPreparedStatement,MockPropertyChangeListener,MockQueue,MockQueueConnectionFactory,MockRequestDispatcher,MockResultSetMetaData,MockService,MockServletConfig,MockServletContext,MockSession,MockSession,MockSingleRowResultSet,MockSocket,MockSocketFactory,MockStatement,MockTopic,MockTopicConnectionFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic voidnotYetImplemented(String mockName) Deprecated.voidverify()Throw an AssertionFailedException if any expectations have not been met.
-
Constructor Details
-
MockObject
public MockObject()
-
-
Method Details
-
notImplemented
public void notImplemented() -
notYetImplemented
Deprecated. -
verify
public void verify()Description copied from interface:VerifiableThrow an AssertionFailedException if any expectations have not been met.- Specified by:
verifyin interfaceVerifiable
-