Interface IMultiNodeSpecCallbacks
Use this to hook MultiNodeSpec into your test framework lifecycle
Namespace: Akka.Remote.TestKit
Assembly: Akka.Remote.TestKit.dll
Syntax
public interface IMultiNodeSpecCallbacksMethods
| Edit this page 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() Edit this page
Edit this page