Class FSMSpecHelpers
TBD
Inherited Members
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public static class FSMSpecHelpers
Methods
| Improve this Doc View SourceCurrentStateExpector<TS>()
TBD
Declaration
public static Func<object, object, bool> CurrentStateExpector<TS>()
Returns
Type | Description |
---|---|
Func<Object, Object, Boolean> | TBD |
Type Parameters
Name | Description |
---|---|
TS | TBD |
TransitionStateExpector<TS>()
TBD
Declaration
public static Func<object, object, bool> TransitionStateExpector<TS>()
Returns
Type | Description |
---|---|
Func<Object, Object, Boolean> | TBD |
Type Parameters
Name | Description |
---|---|
TS | TBD |