Interface IMultiNodeSpecCallbacks
Use this to hook MultiNodeSpec into your test framework lifecycle
Namespace: Akka.Remote.TestKit
Assembly: Akka.Remote.TestKit.dll
Syntax
public interface IMultiNodeSpecCallbacks
Methods
| Improve this Doc View SourceMultiNodeSpecAfterAll()
Call this after the all test cases have run. NOT after every test case.
Declaration
void MultiNodeSpecAfterAll()
MultiNodeSpecBeforeAll()
Call this before the start of the test run. NOT before every test case.
Declaration
void MultiNodeSpecBeforeAll()