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
Constructors
Structs
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