Class SpyEventRecorder


  • public class SpyEventRecorder
    extends java.lang.Object
    Records messages for later playback. This can be useful for tracking the order of sequences/ callbacks.
    • Constructor Summary

      Constructors 
      Constructor Description
      SpyEventRecorder​(java.lang.String recorderName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dumpEvents()  
      void record​(java.lang.String message)  
      • Methods inherited from class java.lang.Object

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

      • SpyEventRecorder

        public SpyEventRecorder​(java.lang.String recorderName)
    • Method Detail

      • record

        public void record​(java.lang.String message)
      • dumpEvents

        public void dumpEvents()