|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Verifiable | |
org.jmock | |
org.jmock.dynamic | |
org.jmock.expectation | |
org.jmock.matcher |
Uses of Verifiable in org.jmock |
Subinterfaces of Verifiable in org.jmock | |
interface |
InvocationMatcher
|
Classes in org.jmock that implement Verifiable | |
class |
Mock
|
Uses of Verifiable in org.jmock.dynamic |
Subinterfaces of Verifiable in org.jmock.dynamic | |
interface |
DynamicMock
|
interface |
InvocationDispatcher
|
interface |
Invokable
|
Classes in org.jmock.dynamic that implement Verifiable | |
class |
CoreMock
|
class |
DynaMock
|
class |
InvocationMocker
|
class |
LIFOInvocationDispatcher
|
Uses of Verifiable in org.jmock.expectation |
Subinterfaces of Verifiable in org.jmock.expectation | |
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 org.jmock.expectation 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. |
class |
ReturnObjectMap
|
Methods in org.jmock.expectation with parameters of type Verifiable | |
static void |
AssertMo.assertVerifyFails(Verifiable aVerifiable)
|
Uses of Verifiable in org.jmock.matcher |
Classes in org.jmock.matcher that implement Verifiable | |
class |
ArgumentsMatcher
|
class |
CallOnceMatcher
|
class |
MethodNameMatcher
|
class |
StatelessInvocationMatcher
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |