pekko/akka-docs/scala/code/docs/testkit
Roland d7bed79730 add JavaTestKit, see #1952
- it’s a completely new-written thing in pure Java, so that “protected”
  modifiers actually work and no ghost errors appear wrt. inheriting
  from PartialFunction or similar
- it also features integration with the EventFilter
- all closure-based constructs are modeled as inner classes of the
  JavaTestKit, where the user needs to override a single method which
  will then be executed
2012-06-29 14:42:11 +02:00
..
PlainWordSpec.scala Move all doc examples out of the akka-package to avoid use of private APIs. See #2092 2012-05-22 11:37:09 +02:00
Specs2DemoAcceptance.scala fix specs2 samples so they system.shutdown 2012-05-25 14:42:39 +02:00
Specs2DemoSpec.scala fix specs2 samples so they system.shutdown 2012-05-25 14:42:39 +02:00
TestkitDocSpec.scala add JavaTestKit, see #1952 2012-06-29 14:42:11 +02:00
TestKitUsageSpec.scala Move all doc examples out of the akka-package to avoid use of private APIs. See #2092 2012-05-22 11:37:09 +02:00