Class NegateTests
Inherited Members
Namespace: Unity.VisualScripting.Tests.Units.Logic
Assembly: solution.dll
Syntax
public class NegateTests : BaseGraphExecutionTests
Methods
SimpleTest(bool)
Tests every permutation of inputs for the Negate unit.
Declaration
public void SimpleTest(bool literal)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | literal |
TestPortAttributes()
Tests the various attributes of the node ports.
Declaration
public void TestPortAttributes()
TestPortsDisconnected(bool, bool, bool)
Declaration
public void TestPortsDisconnected(bool literal, bool inputDisconnected, bool outputDisconnected)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | literal | |
| bool | inputDisconnected | |
| bool | outputDisconnected |