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::ITestEnvironment Class Referenceabstract

#include <AzTest.h>

Inherits testing::Environment.

Inherited by AZ::Test::EmptyTestEnvironment.

Public Member Functions

void SetUp () final
 
void TearDown () final
 

Protected Member Functions

virtual void SetupEnvironment ()=0
 
virtual void TeardownEnvironment ()=0
 

Detailed Description

Implement this interface to define the environment setup and teardown functions.


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