org.jmock.builder
Class InvocationMockerDescriber
java.lang.Object
   org.jmock.builder.InvocationMockerDescriber
org.jmock.builder.InvocationMockerDescriber
- All Implemented Interfaces: 
- InvocationMocker.Describer
- public class InvocationMockerDescriber 
- extends Object- implements InvocationMocker.Describer
- Since:
- 1.0
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
InvocationMockerDescriber
public InvocationMockerDescriber()
hasDescription
public boolean hasDescription()
- 
- Specified by:
- hasDescriptionin interface- InvocationMocker.Describer
 
- 
 
describeTo
public void describeTo(StringBuffer buffer,
                       List matchers,
                       Stub stub,
                       String name)
- 
- Specified by:
- describeToin interface- InvocationMocker.Describer
 
-