Navigation
API > API/Developer > API/Developer/CQTest
| Name | TTestRunner |
| Type | struct |
| Header File | /Engine/Source/Developer/CQTest/Public/CQTest.h |
| Include Path | #include "CQTest.h" |
Syntax
template<typename AsserterType>
struct TTestRunner : public FAutomationTestBase
Inheritance Hierarchy
- FAutomationTestBase → TTestRunner
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TTestRunner () |
CQTest.h | ||
TTestRunner
(
FString Name, |
CQTest.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TTestRunner() |
CQTest.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AfterAllDelegate | FDelegateHandle | CQTest.h | ||
| BeforeAllDelegate | FDelegateHandle | CQTest.h | ||
| bInitializing | bool | CQTest.h | ||
| CurrentTestPtr | TUniquePtr< TBaseTest< AsserterType > > | CQTest.h | ||
| FileName | FString | CQTest.h | ||
| LineNumber | int32 | CQTest.h | ||
| TestDir | FString | CQTest.h | ||
| TestFlags | EAutomationTestFlags | CQTest.h | ||
| TestInstanceFactory | TTestInstanceGenerator< AsserterType > | CQTest.h | ||
| TestLineNumbers | TMap< FString, int32 > | CQTest.h | ||
| TestNames | TArray< FString > | CQTest.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TestTags | FString | CQTest.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetBeautifiedTestName() |
CQTest.h | ||
EAutomationTestFlags GetTestFlags() |
CQTest.h | ||
const FString GetTestMethodTags
(
const FString& MethodName |
CQTest.h | ||
void GetTests
(
TArray< FString >& OutBeautifiedNames, |
CQTest.h | ||
int32 GetTestSourceFileLine
(
const FString& Name |
CQTest.h | ||
int32 GetTestSourceFileLine () |
CQTest.h | ||
FString GetTestSourceFileName() |
CQTest.h | ||
const FString GetTestTags() |
CQTest.h | ||
bool RunTest
(
const FString& RequestedTest |
CQTest.h | ||
virtual void SetSuppressLogErrors
(
ECQTestSuppressLogBehavior Behavior |
CQTest.h | ||
virtual void SetSuppressLogWarnings
(
ECQTestSuppressLogBehavior Behavior |
CQTest.h | ||
bool SuppressLogErrors() |
CQTest.h | ||
bool SuppressLogWarnings() |
CQTest.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetRequiredDeviceNum() |
CQTest.h |