Skip to Main Content

BTD_Mod_Helper​.Api​.Testing​.ModVanillaContentTest


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api.Testing

ModVanillaContentTest Class

Tests the ModVanillaContent within a mod

public class ModVanillaContentTest : BTD_Mod_Helper.Api.Testing.ModContentDefaultTest<BTD_Mod_Helper.Api.Towers.ModVanillaContent>

Inheritance System.ObjectModContentModTestBTD_Mod_Helper.Api.Testing.ModContentDefaultTest<ModVanillaContent>  ModVanillaContentTest

Properties

ModVanillaContentTest.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

ModVanillaContentTest.Test() Method

Primary test coroutine

public override System.Collections.IEnumerator Test();

Returns

System.Collections.IEnumerator