![]() |
TechbloxModdingAPI
v2.2.0
The unofficial Techblox modding API
|
Classes | |
class | APITestCaseAttribute |
API Test Case attribute. Static methods with this attribute will be called when the API test system is running. More... | |
class | APITestClassAttribute |
API Test Class attribute. Classes without this attribute will be ignored when searching for test cases. More... | |
class | APITestStartUpAttribute |
API Test StartUp attribute. Static methods with this attribute will be called before any test case is run by the API test system. More... | |
class | APITestTearDownAttribute |
API Test TearDown attribute. Static methods with this attribute will be called after all API test system test cases have completed (failed or succeeded). More... | |
class | Assert |
API test system assertion utilities. More... | |
class | TestRoot |
API test system root class. More... | |
class | TestValueAttribute |
Enumerations | |
enum | TestType { TestType.Menu, TestType.Game, TestType.SimulationMode, TestType.EditMode } |
Test type. When provided to APITestCaseAttribute, this dictates when the test case is called. More... | |
|
strong |
Test type. When provided to APITestCaseAttribute, this dictates when the test case is called.
Enumerator | |
---|---|
Menu | |
Game | |
SimulationMode | |
EditMode |