pekko/akka-docs/scala/testkit-example.rst
Patrik Nordwall 877981caef DOC: TestKit sample is wrong. See #2072
* Added code to TestKitUsageSpec.scala
* Fixed errors
* Fixed race
2012-05-18 13:28:53 +02:00

10 lines
345 B
ReStructuredText

.. _testkit-example:
########################
TestKit Example (Scala)
########################
Ray Roestenburg's example code from `his blog <http://roestenburg.agilesquad.com/2011/02/unit-testing-akka-actors-with-testkit_12.html>`_ adapted to work with Akka 2.x.
.. includecode:: code/akka/docs/testkit/TestkitUsageSpec.scala#testkit-usage