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

java.lang.Objectcom.mockobjects.MockObject
com.mockobjects.examples.password.MockPasswordReminder
- All Implemented Interfaces:
- PasswordReminder, com.mockobjects.Verifiable
- public class MockPasswordReminder
- extends com.mockobjects.MockObject
- implements PasswordReminder
- extends com.mockobjects.MockObject
| Field Summary | |
private com.mockobjects.ExpectationValue |
emailAddress
|
private boolean |
emailNotFound
|
| Constructor Summary | |
MockPasswordReminder()
|
|
| Method Summary | |
void |
sendReminder(java.lang.String anEmailAddress)
|
void |
setExpectedEmailAddress(java.lang.String anEmailAddress)
|
void |
setupEmailNotFound()
|
| Methods inherited from class com.mockobjects.MockObject |
assertEquals, assertEquals, assertTrue, fail, notImplemented, notYetImplemented, notYetImplemented, verify |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
emailAddress
private com.mockobjects.ExpectationValue emailAddress
emailNotFound
private boolean emailNotFound
| Constructor Detail |
MockPasswordReminder
public MockPasswordReminder()
| Method Detail |
sendReminder
public void sendReminder(java.lang.String anEmailAddress) throws NotFoundException
- Specified by:
sendReminderin interfacePasswordReminder
setExpectedEmailAddress
public void setExpectedEmailAddress(java.lang.String anEmailAddress)
setupEmailNotFound
public void setupEmailNotFound()
|
|||||||||
| Home >> All >> com >> mockobjects >> examples >> [ password overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC