Click or drag to resize
Akka.NETIMultiNodeSpecCallbacks Interface
Use this to hook MultiNodeSpec into your test framework lifecycle

Namespace:  Akka.Remote.TestKit
Assembly:  Akka.Remote.TestKit (in Akka.Remote.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IMultiNodeSpecCallbacks

The IMultiNodeSpecCallbacks type exposes the following members.

Methods
  NameDescription
Public methodMultiNodeSpecAfterAll
Call this after the all test cases have run. NOT after every test case.
Public methodMultiNodeSpecBeforeAll
Call this before the start of the test run. NOT before every test case.
Top
See Also