Class InvocationsPrinter


  • public class InvocationsPrinter
    extends java.lang.Object
    Prints invocations in human-readable, printable way
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String printInvocations​(java.lang.Object mock)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InvocationsPrinter

        public InvocationsPrinter()
    • Method Detail

      • printInvocations

        public java.lang.String printInvocations​(java.lang.Object mock)