public class ExpectationList extends AbstractExpectationCollection
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList |
myActualItems |
protected java.util.ArrayList |
myExpectedItems |
myFailureModeIsImmediate, myName| Constructor and Description |
|---|
ExpectationList(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkImmediateValues(java.lang.Object actualItem) |
protected java.util.Collection |
getActualCollection() |
protected java.util.Collection |
getExpectedCollection() |
addActual, addActual, addActual, addActualMany, addActualMany, addActualMany, addExpected, addExpected, addExpected, addExpectedMany, addExpectedMany, addExpectedMany, clearActual, clearExpectation, setExpectNothing, verifyassertEquals, assertEquals, hasExpectations, setFailOnVerify, setHasExpectations, shouldCheckImmediatelyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasExpectations, setFailOnVerifyprotected java.util.ArrayList myExpectedItems
protected java.util.ArrayList myActualItems
protected void checkImmediateValues(java.lang.Object actualItem)
checkImmediateValues in class AbstractExpectationCollectionprotected java.util.Collection getActualCollection()
getActualCollection in class AbstractExpectationCollectionprotected java.util.Collection getExpectedCollection()
getExpectedCollection in class AbstractExpectationCollection