|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmock.lib.action.CustomAction
public abstract class CustomAction
A partial implementation of the Action
interface that makes it convenient
to implement application-specific actions with inline anonymous classes.
Constructor Summary | |
---|---|
CustomAction(java.lang.String description)
|
Method Summary | |
---|---|
void |
describeTo(Description description)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jmock.api.Invokable |
---|
invoke |
Constructor Detail |
---|
public CustomAction(java.lang.String description)
Method Detail |
---|
public void describeTo(Description description)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |