Class ExampleTestsBase
Inheritance
System.Object
ExampleTestsBase
Implements
IPostBuildCleanup
Inherited Members
Namespace: Edgar.Unity.Tests.Runtime.Examples
Assembly: cs.temp.dll.dll
Syntax
public abstract class ExampleTestsBase : TestBase, IPostBuildCleanup
Methods
CheckLevelGraphTypes(LevelGraph, Type, Type) | |
RunBasicTest(String, String) |
CheckLevelGraphTypes(LevelGraph, Type, Type)
Declaration
protected void CheckLevelGraphTypes(LevelGraph levelGraph, Type roomType, Type connectionType)
Parameters
Type | Name | Description |
---|---|---|
Level |
levelGraph | |
Type | roomType | |
Type | connectionType |
RunBasicTest(String, String)
Declaration
protected IEnumerator RunBasicTest(string generatorObjectName = "Dungeon Generator", string resultObjectName = "Generated Level")
Parameters
Type | Name | Description |
---|---|---|
System. |
generatorObjectName | |
System. |
resultObjectName |
Returns
Type | Description |
---|---|
System. |
Implements
IPostBuildCleanup