org.jmock.core
Interface InvocationMocker.Describer

All Known Implementing Classes:
InvocationMockerDescriber
Enclosing interface:
InvocationMocker

public static interface InvocationMocker.Describer


Method Summary
 void describeTo(StringBuffer buffer, List matchers, Stub stub, String name)
           
 boolean hasDescription()
           
 

Method Detail

hasDescription

public boolean hasDescription()

describeTo

public void describeTo(StringBuffer buffer,
                       List matchers,
                       Stub stub,
                       String name)