Hi all, I'm a beginner in akka. And I found it great so first of all thank you for this great job! I'm would like to test my actor in Java and I would like to use the unit test approach as describe in the documentation. Therefore I'm using the TestActorRef.create(...) method to create my Actor under testing. But unfortunately this actor create child actor for its context: getContext().actorOf(...). I the second case the actor creation does not use the Calling thread dispatcher strategy. Is there a way to make this strategy global for all actor creation? For the moment I use a workaround by delegating the creation of the actor to a third component that I switch the implementation for the test cases.
Thanks in advance, Romain. -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
