Class FSMSpecHelpers
TBD
Inherited Members
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public static class FSMSpecHelpers
Methods
| Edit this page View SourceCurrentStateExpector<TS>()
TBD
Declaration
public static Func<object, object, bool> CurrentStateExpector<TS>()
Returns
| Type | Description |
|---|---|
| Func<object, object, bool> | 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, bool> | TBD |
Type Parameters
| Name | Description |
|---|---|
| TS | TBD |
Edit this page