Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TestEqualInsensitive
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestEqualInsensitive
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestEqualInsensitive
(
const TCHAR* What, |
Misc/AutomationTest.h |
TestEqualInsensitive(const TCHAR , const TCHAR , const TCHAR *)
| Name | TestEqualInsensitive |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
bool TestEqualInsensitive
(
const TCHAR * What,
const TCHAR * Actual,
const TCHAR * Expected
)
TestEqualInsensitive(const TCHAR *, FStringView, FStringView)
| Name | TestEqualInsensitive |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
bool TestEqualInsensitive
(
const TCHAR * What,
FStringView Actual,
FStringView Expected
)
TestEqualInsensitive(const TCHAR *, FUtf8StringView, FUtf8StringView)
| Name | TestEqualInsensitive |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
bool TestEqualInsensitive
(
const TCHAR * What,
FUtf8StringView Actual,
FUtf8StringView Expected
)