akka.remote

testkit

package testkit

Visibility
  1. Public
  2. All

Type Members

  1. abstract class MultiNodeConfig extends AnyRef

    Configure the role names and participants of the test, including configuration settings.

  2. abstract class MultiNodeSpec extends TestKit with MultiNodeSpecCallbacks

    Note: To be able to run tests with everything ignored or excluded by tags you must not use testconductor, or helper methods that use testconductor, from the constructor of your test class.

  3. trait MultiNodeSpecCallbacks extends AnyRef

    Use this to hook MultiNodeSpec into your test framework lifecycle, either by having your test extend MultiNodeSpec and call these methods or by creating a trait that calls them and then mixing that trait with your test together with MultiNodeSpec.

Value Members

  1. object MultiNodeSpec

Ungrouped