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>
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 |
Implement this interface to define the environment setup and teardown functions.