Package org.jmock.expectation
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 org.jmock.expectation.AbstractExpectation
myFailureModeIsImmediate, myName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkImmediateValues
(Object actualItem) protected Collection
protected Collection
Methods inherited from class org.jmock.expectation.AbstractExpectationCollection
addActual, addActual, addActual, addActualMany, addActualMany, addActualMany, addExpected, addExpected, addExpected, addExpectedMany, addExpectedMany, addExpectedMany, clearActual, clearExpectation, setExpectNothing, verify
Methods inherited from class org.jmock.expectation.AbstractExpectation
assertEquals, assertEquals, hasExpectations, setFailOnVerify, setHasExpectations, shouldCheckImmediately
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jmock.expectation.Expectation
hasExpectations, setFailOnVerify
-
Field Details
-
myExpectedItems
-
myActualItems
-
-
Constructor Details
-
ExpectationList
-
-
Method Details
-
checkImmediateValues
- Specified by:
checkImmediateValues
in classAbstractExpectationCollection
-
getActualCollection
- Specified by:
getActualCollection
in classAbstractExpectationCollection
-
getExpectedCollection
- Specified by:
getExpectedCollection
in classAbstractExpectationCollection
-