public class ExpectationSet extends AbstractExpectationCollection
myFailureModeIsImmediate, myName| Constructor and Description |
|---|
ExpectationSet(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() |
void |
verify()
Throw an AssertionFailedException if any expectations have not been met.
|
addActual, addActual, addActual, addActualMany, addActualMany, addActualMany, addExpected, addExpected, addExpected, addExpectedMany, addExpectedMany, addExpectedMany, clearActual, clearExpectation, setExpectNothingassertEquals, assertEquals, hasExpectations, setFailOnVerify, setHasExpectations, shouldCheckImmediatelyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasExpectations, setFailOnVerifyprotected 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 AbstractExpectationCollectionpublic void verify()
Verifiableverify in interface Verifiableverify in class AbstractExpectationCollection