Navigation
API > API/Plugins > API/Plugins/CQTest
Inheritance Hierarchy
- TBaseTest
- TTest
References
| Module | CQTest |
| Header | /Engine/Plugins/Tests/CQTest/Source/CQTest/Public/CQTest.h |
| Include | #include "CQTest.h" |
Syntax
template<typename AsserterType>
struct TBaseTest
Variables
| Type | Name | Description | |
|---|---|---|---|
| AsserterType | Assert | ||
| bool | bInitializing | ||
| FTestCommandBuilder | TestCommandBuilder | ||
| FAutomationTestBase & | TestRunner |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TBaseTest
(
FAutomationTestBase& TestRunner, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~TBaseTest () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddCommand
(
IAutomationLatentCommand* Cmd |
The framework expects you to pass a 'new' command, which it will own and destroy. | |
| void | AddCommand
(
TSharedPtr< IAutomationLatentCommand > Cmd |
The framework expects you to pass a 'new' command, which it will own and destroy. | |
| void | |||
| void | Setup () |
||
| void | TearDown () |