Package com.mockobjects.sql
Class MockDataSource
java.lang.Object
com.mockobjects.MockObject
com.mockobjects.sql.CommonMockDataSource
com.mockobjects.sql.MockDataSource
- All Implemented Interfaces:
Verifiable,Wrapper,CommonDataSource,DataSource
Empty implementation of
CommonMockDataSource.
Implementations for later releases of Java (e.g. 1.4)
may include additional members.- Version:
- $Revision: 1.1 $ $Date: 2002/08/27 16:34:03 $
- Author:
- Ted Husted
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.mockobjects.sql.CommonMockDataSource
getConnection, getConnection, getLoginTimeout, getLogWriter, setExpectedConnectCalls, setLoginTimeout, setLogWriter, setupConnectionMethods inherited from class com.mockobjects.MockObject
notImplemented, notYetImplemented, verifyMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder, getParentLoggerMethods inherited from interface javax.sql.DataSource
createConnectionBuilderMethods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
MockDataSource
public MockDataSource()
-