Class BaseFlowNodeStateRuntimeTests<T, TS>
Inherited Members
Namespace: UnityEditor.VisualScriptingECSTests
Assembly: solution.dll
Syntax
public class BaseFlowNodeStateRuntimeTests<T, TS> : BaseNodeRuntimeTests<T> where T : struct, IFlowNode, IStatefulNode<TS> where TS : unmanaged, INodeState
  Type Parameters
| Name | Description | 
|---|---|
| T | |
| TS | 
Fields
| Name | Description | 
|---|---|
| m_Execution | 
Methods
| Name | Description | 
|---|---|
| AssertNodeIsNotRunning() | |
| AssertNodeIsRunning() | |
| SetUp() | |
| SetupNodeState(in T) | |
| TriggerPort(InputTriggerPort) |