Class GetGraphTests<TUnit, TGraph, TGraphAsset, TMachine>
Inheritance
object
GetGraphTests<TUnit, TGraph, TGraphAsset, TMachine>
Inherited Members
Namespace: Unity.VisualScripting.Tests.Units.Graph
Assembly: solution.dll
Syntax
public abstract class GetGraphTests<TUnit, TGraph, TGraphAsset, TMachine> : BaseGraphExecutionTests where TUnit : GetGraph<TGraph, TGraphAsset, TMachine>, new() where TGraph : class, IGraph, new() where TGraphAsset : Macro<TGraph> where TMachine : Machine<TGraph, TGraphAsset>
Type Parameters
| Name | Description |
|---|---|
| TUnit | |
| TGraph | |
| TGraphAsset | |
| TMachine |
Methods
TestGetGraph()
Declaration
public void TestGetGraph()
TestGetGraphDefaultValues()
Declaration
public void TestGetGraphDefaultValues()
TestGetNullGraph()
Declaration
public void TestGetNullGraph()