[akka-user] TestKit for Java?

2015-04-22 Thread Harit Himanshu
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 an

Re: [akka-user] TestKit for Java?

2015-04-23 Thread Konrad Malawski
Hi Harit, the Java API is feature-complete (as all our Java APIs) - you can do anything you might possibly need in plain Java. The note speaks about the conciseness of the code - we find that tests written in Scala are much more readable because of how we can utilise the language to provide a be