pekko/akka-docs/rst/scala/testkit-example.rst
Roland 63c6bc7d88 restructure ToC of reST docs
- completely decouple Java/Scala and remove heading suffixes
- move all images into images/
- move cluster docs into “official” place
2013-04-19 13:40:37 +02:00

10 lines
332 B
ReStructuredText

.. _testkit-example:
########################
TestKit Example
########################
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/docs/testkit/TestkitUsageSpec.scala#testkit-usage