Package org.jmock.lib.action
Class CustomAction
java.lang.Object
org.jmock.lib.action.CustomAction
A partial implementation of the
Action
interface that makes it convenient
to implement application-specific actions with inline anonymous classes.-
Field Details
-
description
-
-
Constructor Details
-
CustomAction
-
-
Method Details
-
describeTo
public void describeTo(org.hamcrest.Description description) - Specified by:
describeTo
in interfaceorg.hamcrest.SelfDescribing
-