Open 3D Engine AzTest API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Test::TestEnvironmentRegistry Class Reference

#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
 

Detailed Description

Monolithic builds will have all the environments available. Keep a mapping to run the desired envs.


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