Class UnitAnalyserTests
Inheritance
object
UnitAnalyserTests
Inherited Members
Namespace: Unity.VisualScripting.Tests
Assembly: solution.dll
Syntax
public sealed class UnitAnalyserTests : RuntimeFlowGraphFixture
Methods
Setup()
Declaration
public void Setup()
TestDeprecatedUnitAnalyser()
Declaration
public void TestDeprecatedUnitAnalyser()
TestForUnitAnalyser(int, bool)
Declaration
public void TestForUnitAnalyser(int value, bool expectedResult)
Parameters
| Type | Name | Description |
|---|---|---|
| int | value | |
| bool | expectedResult |
TestForUnitAnalyserConnected(object, Type, bool)
Declaration
public void TestForUnitAnalyserConnected(object value, Type literalType, bool expectedResult)
Parameters
| Type | Name | Description |
|---|---|---|
| object | value | |
| Type | literalType | |
| bool | expectedResult |
TestMultipleInputUnitsAnalyser()
Declaration
public void TestMultipleInputUnitsAnalyser()