Package org.jmock.builder
Class InvocationMockerDescriber
java.lang.Object
org.jmock.builder.InvocationMockerDescriber
- All Implemented Interfaces:
InvocationMocker.Describer
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
describeTo
(StringBuffer buffer, List matchers, Stub stub, String name) boolean
-
Constructor Details
-
InvocationMockerDescriber
public InvocationMockerDescriber()
-
-
Method Details
-
hasDescription
public boolean hasDescription()- Specified by:
hasDescription
in interfaceInvocationMocker.Describer
-
describeTo
- Specified by:
describeTo
in interfaceInvocationMocker.Describer
-