Skip to Main Content

BTD_Mod_Helper​.Api​.Testing​.ModDisplayTest


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api.Testing

ModDisplayTest Class

Runs a set of default tests for ModDisplays

public class ModDisplayTest : BTD_Mod_Helper.Api.Testing.ModContentDefaultTest<BTD_Mod_Helper.Api.Display.ModDisplay>

Inheritance System.ObjectModContentModTestBTD_Mod_Helper.Api.Testing.ModContentDefaultTest<ModDisplay>  ModDisplayTest

Properties

ModDisplayTest.OneTestToRuleThemAll Property

Tests all the ModContent of this type within a single test instead of individually

public override bool OneTestToRuleThemAll { get; }

Property Value

System.Boolean

Methods

ModDisplayTest.Test() Method

Primary test coroutine

public override System.Collections.IEnumerator Test();

Returns

System.Collections.IEnumerator