Class ExpectationList
java.lang.Object
org.jmock.expectation.AbstractExpectation
org.jmock.expectation.AbstractExpectationCollection
org.jmock.expectation.ExpectationList
- All Implemented Interfaces:
Verifiable, Expectation, ExpectationCollection
-
Field Summary
FieldsFields inherited from class AbstractExpectation
myFailureModeIsImmediate, myName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckImmediateValues(Object actualItem) protected Collectionprotected CollectionMethods inherited from class AbstractExpectationCollection
addActual, addActual, addActual, addActualMany, addActualMany, addActualMany, addExpected, addExpected, addExpected, addExpectedMany, addExpectedMany, addExpectedMany, clearActual, clearExpectation, setExpectNothing, verifyMethods inherited from class AbstractExpectation
assertEquals, assertEquals, hasExpectations, setFailOnVerify, setHasExpectations, shouldCheckImmediatelyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Expectation
hasExpectations, setFailOnVerify
-
Field Details
-
myExpectedItems
-
myActualItems
-
-
Constructor Details
-
ExpectationList
-
-
Method Details
-
checkImmediateValues
- Specified by:
checkImmediateValuesin classAbstractExpectationCollection
-
getActualCollection
- Specified by:
getActualCollectionin classAbstractExpectationCollection
-
getExpectedCollection
- Specified by:
getExpectedCollectionin classAbstractExpectationCollection
-