Class GetGraphsTests<TUnit, TGraph, TGraphAsset, TMachine>
Inheritance
object
GetGraphsTests<TUnit, TGraph, TGraphAsset, TMachine>
Inherited Members
Namespace: Unity.VisualScripting.Tests.Units.Graph
Assembly: solution.dll
Syntax
public abstract class GetGraphsTests<TUnit, TGraph, TGraphAsset, TMachine> : BaseGraphExecutionTests where TUnit : GetGraphs<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
TestGetGraphs()
Declaration
public void TestGetGraphs()
TestGetGraphsDefaultValues()
Declaration
public void TestGetGraphsDefaultValues()
TestGetGraphsEmpty()
Declaration
public void TestGetGraphsEmpty()