‪TechbloxModdingAPI  ‪v2.2.0
‪The unofficial Techblox modding API
TechbloxModdingAPI.Tests.TestRoot Class Reference

‪API test system root class. More...

Static Public Member Functions

static void RunTests (Assembly asm=null)
 ‪Runs the tests. More...
 

Static Public Attributes

static bool AutoShutdown = true
 
const string ReportFile = "TechbloxModdingAPI_tests.log"
 

Properties

static bool TestsPassed [get, set]
 

Detailed Description

API test system root class.

Member Function Documentation

◆ RunTests()

static void TechbloxModdingAPI.Tests.TestRoot.RunTests ( Assembly  asm = null)
inlinestatic

‪Runs the tests.

Parameters
asm‪Assembly to search for tests. When set to null, this uses the TechbloxModdingAPI assembly.

Member Data Documentation

◆ AutoShutdown

bool TechbloxModdingAPI.Tests.TestRoot.AutoShutdown = true
static

◆ ReportFile

const string TechbloxModdingAPI.Tests.TestRoot.ReportFile = "TechbloxModdingAPI_tests.log"
static

Property Documentation

◆ TestsPassed

bool TechbloxModdingAPI.Tests.TestRoot.TestsPassed
staticgetset

The documentation for this class was generated from the following file: