|
|||||||||
| Home >> All >> com >> [ mockobjects overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.mockobjects
Class ExpectationSegment

java.lang.Objectcom.mockobjects.AbstractExpectation
com.mockobjects.ExpectationSegment
- All Implemented Interfaces:
- Expectation, Verifiable
- public class ExpectationSegment
- extends AbstractExpectation
| Field Summary | |
private java.lang.String |
myActualString
|
private java.lang.String |
myExpectedSegment
|
| Fields inherited from class com.mockobjects.AbstractExpectation |
myFailureModeIsImmediate, myName |
| Constructor Summary | |
ExpectationSegment(java.lang.String name)
|
|
| Method Summary | |
void |
clearActual()
|
void |
setActual(java.lang.String aString)
|
void |
setExpected(java.lang.String segment)
|
void |
setExpectNothing()
Tell the object to expect nothing to happen to it, perhaps because the test is exercising the handling of an error. |
void |
verify()
Throw an AssertionFailedException if any expectations have not been met. |
| Methods inherited from class com.mockobjects.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 |
| Field Detail |
myExpectedSegment
private java.lang.String myExpectedSegment
myActualString
private java.lang.String myActualString
| Constructor Detail |
ExpectationSegment
public ExpectationSegment(java.lang.String name)
| Method Detail |
clearActual
public void clearActual()
- Specified by:
clearActualin classAbstractExpectation
setActual
public void setActual(java.lang.String aString)
setExpected
public void setExpected(java.lang.String segment)
setExpectNothing
public void setExpectNothing()
- Description copied from interface:
Expectation - Tell the object to expect nothing to happen to it, perhaps because the test is exercising
the handling of an error. The Expectation will fail if any actual values are set.
Note that this is not the same as not setting any expectations, in which case verify()
will do nothing.
verify
public void verify()
- Description copied from interface:
Verifiable - Throw an AssertionFailedException if any expectations have not been met.
- Specified by:
verifyin interfaceVerifiable- Specified by:
verifyin classAbstractExpectation
|
|||||||||
| Home >> All >> com >> [ mockobjects overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC