akka.testkit
Class JavaTestKit.IgnoreMsg

java.lang.Object
  extended by akka.testkit.JavaTestKit.IgnoreMsg
Enclosing class:
JavaTestKit

public abstract class JavaTestKit.IgnoreMsg
extends java.lang.Object

Ignore all messages in the test actor for which the given function returns true.


Constructor Summary
JavaTestKit.IgnoreMsg()
           
 
Method Summary
protected abstract  boolean ignore(java.lang.Object msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaTestKit.IgnoreMsg

public JavaTestKit.IgnoreMsg()
Method Detail

ignore

protected abstract boolean ignore(java.lang.Object msg)