- actorSystem - Static variable in class org.ak80.att.akkatesttools.AkkaTest
-
- AkkaTest - Class in org.ak80.att.akkatesttools
-
Base class for using Akka, with a
- AkkaTest() - Constructor for class org.ak80.att.akkatesttools.AkkaTest
-
- ask(Object, ActorRef) - Static method in class org.ak80.att.akkatesttools.FutureTools
-
Send message and wait for result
- askFuture(Object, ActorRef) - Static method in class org.ak80.att.akkatesttools.FutureTools
-
Send message and get future for result
- askReply(Object, ActorRef) - Static method in class org.ak80.att.akkatesttools.FutureTools
-
Send message and wait for result
- assertException(Runnable, Class<? extends AkkaException>, ActorRef, ActorSystem) - Static method in class org.ak80.att.akkatesttools.LogAssert
-
assert logging of exceptional message when a piece of code is executed
- assertLogInfo(Runnable, String, ActorRef, ActorSystem) - Static method in class org.ak80.att.akkatesttools.LogAssert
-
assert logging of info message when a piece of code is executed