Navigation
API > API/Developer > API/Developer/CQTest
| Name | TTest |
| Type | struct |
| Header File | /Engine/Source/Developer/CQTest/Public/CQTest.h |
| Include Path | #include "CQTest.h" |
Syntax
template<typename Derived, typename AsserterType>
struct TTest : public TBaseTest< AsserterType >
Inheritance Hierarchy
- TBaseTest → TTest
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TTest() |
CQTest.h |
Structs
| Name | Remarks |
|---|---|
| FFunctionRegistrar |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DerivedType | Derived | CQTest.h | |
| TestMethod | void(Derived::*)() | CQTest.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Methods | TMap< FString, TestMethod > | CQTest.h | |
| TestRunner | TTestRunner< AsserterType > * | CQTest.h |
Functions
Public
Overridden from TBaseTest
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RunTest
(
const FString& TestName |
CQTest.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TUniquePtr< TBaseTest< AsserterType > > CreateTestClass
(
TTestRunner< AsserterType >& TestRunnerInstance |
CQTest.h |