Open 3D Engine AzTest API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <AzTest.h>
Public Member Functions | |
TestEnvironmentRegistry (std::vector< ITestEnvironment * > a_envs, const std::string &a_module_name, bool a_unit) | |
Public Attributes | |
const std::string | m_module_name |
std::vector< ITestEnvironment * > | m_envs |
bool | m_unit |
Static Public Attributes | |
static std::vector< TestEnvironmentRegistry * > | s_envs |
Monolithic builds will have all the environments available. Keep a mapping to run the desired envs.