TestKitBaseActorOfAsTestFSMRef Method |
Name | Description | |
---|---|---|
ActorOfAsTestFSMRefTFsmActor, TState, TData(String, Boolean) |
Create a new FSMTState, TData as child of Sys
and returns it as TestFSMRefTActor, TState, TData to enable inspecting and modifying the FSM directly.
TFsmActor must have a public parameterless constructor.
| |
ActorOfAsTestFSMRefTFsmActor, TState, TData(ExpressionFuncTFsmActor, String, Boolean) |
Create a new FSMTState, TData as child of Sys
and returns it as TestFSMRefTActor, TState, TData to enable inspecting and modifying the FSM directly.
Uses an expression that calls the constructor of TFsmActor.
| |
ActorOfAsTestFSMRefTFsmActor, TState, TData(IActorRef, String, Boolean) |
Create a new FSMTState, TData as child of the specified supervisor
and returns it as TestFSMRefTActor, TState, TData to enable inspecting and modifying the FSM directly.
TFsmActor must have a public parameterless constructor.
| |
ActorOfAsTestFSMRefTFsmActor, TState, TData(Props, String, Boolean) |
Create a new FSMTState, TData as child of Sys
and returns it as TestFSMRefTActor, TState, TData to enable inspecting and modifying the FSM directly.
| |
ActorOfAsTestFSMRefTFsmActor, TState, TData(ExpressionFuncTFsmActor, IActorRef, String, Boolean) |
Create a new FSMTState, TData as child of the specified supervisor
and returns it as TestFSMRefTActor, TState, TData to enable inspecting and modifying the FSM directly.
Uses an expression that calls the constructor of TFsmActor.
| |
ActorOfAsTestFSMRefTFsmActor, TState, TData(Props, IActorRef, String, Boolean) |
Create a new FSMTState, TData as child of the specified supervisor
and returns it as TestFSMRefTActor, TState, TData to enable inspecting and modifying the FSM directly.
|