The documentation for Java quotes
Note: Due to the conciseness of test DSLs available for Scala(ScalaTest, > Specs2,ScalaCheck),it may be a good idea to write the test suite in that > language even if the main project is written in Java. If that is not > desirable, you can also use TestKit and friends from Java, albeit with > more verbose syntax which is covered below. Munish Gupta has published a > nice post showing several patterns you may find useful. Is it still true? I am a Java Developer but very much believe in writing test for my code for two reasons 1. To make sure I understand the behavior of underlying library used 2. To make sure the business logic behaves as expected So my question is if TestKit for Java does not have enough support to test Actors or Akka Application in general. For example, I want to build a application which is supervised and kill one of the child and assert Supervisor hears about it and take action as expected. Am I expecting too much? :) Very new to akka and trying to get my head around Thanks + Harit -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> 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/d/optout.
