Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TestInvalid
(
const TCHAR* Description, |
Logs an error if the given object tests true when calling its IsValid member. | Misc/AutomationTest.h | |
bool TestInvalid
(
const FString& Description, |
Misc/AutomationTest.h |
TestInvalid(const TCHAR *, const ValueType &)
Description
Logs an error if the given object tests true when calling its IsValid member.
| Name | TestInvalid |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
template<typename ValueType>
bool TestInvalid
(
const TCHAR * Description,
const ValueType & Value
)
Parameters
| Name | Remarks |
|---|---|
| Description | Description text for the test. |
| Value | The value to test. |
See Also
- TestValid
TestInvalid(const FString &, const ValueType &)
| Name | TestInvalid |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
template<typename ValueType>
bool TestInvalid
(
const FString & Description,
const ValueType & Value
)