‪TechbloxModdingAPI  ‪v2.2.0
‪The unofficial Techblox modding API
APITestAttributes.cs File Reference

Classes

class  TechbloxModdingAPI.Tests.APITestCaseAttribute
 ‪API Test Case attribute. Static methods with this attribute will be called when the API test system is running. More...
 
class  TechbloxModdingAPI.Tests.APITestClassAttribute
 ‪API Test Class attribute. Classes without this attribute will be ignored when searching for test cases. More...
 
class  TechbloxModdingAPI.Tests.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  TechbloxModdingAPI.Tests.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...
 

Namespaces

namespace  TechbloxModdingAPI
 
namespace  TechbloxModdingAPI.Tests
 

Enumerations

enum  TechbloxModdingAPI.Tests.TestType {
  TechbloxModdingAPI.Tests.TestType.Menu,
  TechbloxModdingAPI.Tests.TestType.Game,
  TechbloxModdingAPI.Tests.TestType.SimulationMode,
  TechbloxModdingAPI.Tests.TestType.EditMode
}
 ‪Test type. When provided to APITestCaseAttribute, this dictates when the test case is called. More...