Examples of Tock


Examples of org.akka.essentials.unittest.actors.TickTock.Tock

    // get access to the underlying actor object
    TickTock actor = actorRef.underlyingActor();
    // access the methods the actor object and directly pass arguments and
    // test
    actor.tock(new Tock("tock something"));
    Assert.assertTrue(actor.state);

  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.