Navigation
API > API/Plugins > API/Plugins/CQTest > API/Plugins/CQTest/Assert
References
| Module | CQTest |
| Header | /Engine/Plugins/Tests/CQTest/Source/CQTest/Public/Assert/NoDiscardAsserter.h |
| Include | #include "Assert/NoDiscardAsserter.h" |
Syntax
struct FNoDiscardAsserter
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAutomationTestBase & | TestRunner |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNoDiscardAsserter
(
FAutomationTestBase& TestRunner |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AreEqual
(
const TExpected& Expected, |
||
| bool | AreEqual
(
const TExpected& Expected, |
||
| bool | AreEqual
(
const TExpected& Expected, |
||
| bool | |||
| bool | AreEqualIgnoreCase
(
const FString& Expected, |
||
| bool | AreEqualIgnoreCase
(
const FString& Expected, |
||
| bool | AreEqualIgnoreCase
(
const FString& Expected, |
||
| bool | AreEqualIgnoreCase
(
const FString& Expected, |
||
| bool | AreNotEqual
(
const TExpected& Expected, |
||
| bool | AreNotEqual
(
const TExpected& Expected, |
||
| bool | AreNotEqual
(
const TExpected& Expected, |
||
| bool | AreNotEqual
(
const TExpected& Expected, |
||
| bool | AreNotEqualIgnoreCase
(
const FString& Expected, |
||
| bool | AreNotEqualIgnoreCase
(
const FString& Expected, |
||
| bool | AreNotEqualIgnoreCase
(
const FString& Expected, |
||
| bool | AreNotEqualIgnoreCase
(
const FString& Expected, |
||
| void | ExpectError
(
FString Error, |
||
| void | ExpectErrorRegex
(
FString Error, |
||
| void | |||
| bool | IsFalse
(
bool Condition |
||
| bool | IsFalse
(
bool Condition, |
||
| bool | IsFalse
(
bool Condition, |
||
| bool | |||
| bool | IsNear
(
TExpected Expected, |
||
| bool | IsNear
(
TExpected Expected, |
||
| bool | IsNear
(
TExpected Expected, |
||
| bool | |||
| bool | |||
| bool | IsNotNull
(
const T& Ptr, |
||
| bool | IsNotNull
(
const T& Ptr |
||
| bool | IsNotNull
(
const T& Ptr, |
||
| bool | IsNull
(
const T& Ptr |
||
| bool | IsNull
(
const T& Ptr, |
||
| bool | IsNull
(
const T& Ptr, |
||
| bool | |||
| bool | IsTrue
(
bool Condition, |
||
| bool | IsTrue
(
bool Condition |
||
| bool | IsTrue
(
bool Condition, |
||
| bool |