怒涛のAkka: Testing Actor Systems

基本 Synchronous/Asynchronousの2つがあると考えて良い. Synchronous Test メッセージの順序が決定的かつコンカレンシーを考えない場合のテスト基本は import akka.testkit.TestActorRef import scala.concurrent.duration._ import scala.concurrent.Await import akka.pattern.ask val actorRef = TestActorRef(new My…