org.jmock.builder
Class InvocationMockerDescriber

java.lang.Object
  extended by org.jmock.builder.InvocationMockerDescriber
All Implemented Interfaces:
InvocationMocker.Describer

public class InvocationMockerDescriber
extends Object
implements InvocationMocker.Describer

Since:
1.0

Constructor Summary
InvocationMockerDescriber()
           
 
Method Summary
 void describeTo(StringBuffer buffer, List matchers, Stub stub, String name)
           
 boolean hasDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationMockerDescriber

public InvocationMockerDescriber()
Method Detail

hasDescription

public boolean hasDescription()
Specified by:
hasDescription in interface InvocationMocker.Describer

describeTo

public void describeTo(StringBuffer buffer,
                       List matchers,
                       Stub stub,
                       String name)
Specified by:
describeTo in interface InvocationMocker.Describer