Class SequenceTests
Inherited Members
Namespace: Unity.VisualScripting.Tests.Units.Control
Assembly: solution.dll
Syntax
public class SequenceTests : BaseGraphExecutionTests
Methods
TestOutputFlowsCappedAt10(int)
Test that the number of output flows is capped at 10.
Declaration
public void TestOutputFlowsCappedAt10(int count)
Parameters
| Type | Name | Description |
|---|---|---|
| int | count |
TestRequiresAtLeastOneOutput(int)
Test that the number of output flows can not be set to a value less than 1.
Declaration
public void TestRequiresAtLeastOneOutput(int count)
Parameters
| Type | Name | Description |
|---|---|---|
| int | count |
TestTriggersOutputs(bool)
Test that a sequence with a couple of outputs triggers those outputs as expected.
Declaration
public void TestTriggersOutputs(bool triggerCoroutine)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | triggerCoroutine | Whether to test triggering the sequence as a coroutine or not |