Uses of Interface
com.mockobjects.Verifiable
Packages that use Verifiable
-
Uses of Verifiable in com.mockobjects
Subinterfaces of Verifiable in com.mockobjectsModifier and TypeInterfaceDescriptioninterface
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
An ExpectationCollection is an expectation that supports multiple values, such as lists and sets.Classes in com.mockobjects that implement VerifiableModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
The ReturnObjectBag is a map containing instances of ReturnObjectList.class
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 VerifiableModifier and TypeClassDescriptionclass
Mock object for a PropertyChangeListener. -
Uses of Verifiable in com.mockobjects.dynamic
Subinterfaces of Verifiable in com.mockobjects.dynamicClasses in com.mockobjects.dynamic that implement VerifiableModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of Verifiable in com.mockobjects.io
Classes in com.mockobjects.io that implement Verifiable -
Uses of Verifiable in com.mockobjects.jms
Classes in com.mockobjects.jms that implement VerifiableModifier and TypeClassDescriptionclass
class
MockMapMessageclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of Verifiable in com.mockobjects.mail
Classes in com.mockobjects.mail that implement VerifiableModifier and TypeClassDescriptionclass
class
class
class
-
Uses of Verifiable in com.mockobjects.mail.internet
Classes in com.mockobjects.mail.internet that implement Verifiable -
Uses of Verifiable in com.mockobjects.naming
Classes in com.mockobjects.naming that implement Verifiable -
Uses of Verifiable in com.mockobjects.naming.directory
Classes in com.mockobjects.naming.directory that implement VerifiableModifier and TypeClassDescriptionclass
class
class
class
-
Uses of Verifiable in com.mockobjects.net
Classes in com.mockobjects.net that implement Verifiable -
Uses of Verifiable in com.mockobjects.rmi
Classes in com.mockobjects.rmi that implement Verifiable -
Uses of Verifiable in com.mockobjects.servlet
Classes in com.mockobjects.servlet that implement VerifiableModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of Verifiable in com.mockobjects.sql
Classes in com.mockobjects.sql that implement VerifiableModifier and TypeClassDescriptionclass
Abstract DataSource for use with mock testing.class
class
MockArray.javaclass
Deprecated.Use temporary class MockConnection2class
MockConnection2 is a tempary replacement for the MockConnection.class
class
Empty implementation ofCommonMockDataSource
.class
class
class
Minimal implementation of ResultSetMetaData for testing.class
class
-
Uses of Verifiable in com.mockobjects.util
Methods in com.mockobjects.util with parameters of type VerifiableModifier and TypeMethodDescriptionstatic void
AssertMo.assertVerifyFails
(Verifiable aVerifiable) void
TestCaseMo.assertVerifyFails
(Verifiable aVerifiable)