move multi-node-testkit into its own module, see #2981

This commit is contained in:
Roland 2013-02-10 16:04:59 -05:00
parent 29b274b9c0
commit c3b363c9b3
18 changed files with 103 additions and 33 deletions

View file

@ -543,7 +543,7 @@ How to Test
:ref:`multi-node-testing` is useful for testing cluster applications.
Set up your project according to the instructions in :ref:`multi-node-testing` and :ref:`multi-jvm-testing`, i.e.
add the ``sbt-multi-jvm`` plugin and the dependency to ``akka-remote-tests-experimental``.
add the ``sbt-multi-jvm`` plugin and the dependency to ``akka-multi-node-testkit``.
First, as described in :ref:`multi-node-testing`, we need some scaffolding to configure the ``MultiNodeSpec``.
Define the participating roles and their :ref:`cluster_configuration_scala` in an object extending ``MultiNodeConfig``: