Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TestNotEqual
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestNotEqual
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestNotEqual
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestNotEqual
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestNotEqual
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestNotEqual
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestNotEqual
(
const TCHAR* Description, |
Logs an error if the two values are equal. | Misc/AutomationTest.h | |
bool TestNotEqual
(
const FString& Description, |
Misc/AutomationTest.h | ||
bool TestNotEqual
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestNotEqual
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestNotEqual
(
const FString& What, |
Misc/AutomationTest.h | ||
bool TestNotEqual
(
const FString& What, |
Misc/AutomationTest.h |
TestNotEqual(const TCHAR , const TCHAR , const TCHAR *)
| Name | TestNotEqual |
| 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 TestNotEqual
(
const TCHAR * What,
const TCHAR * Actual,
const TCHAR * Expected
)
TestNotEqual(const TCHAR *, FStringView, FStringView)
| Name | TestNotEqual |
| 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 TestNotEqual
(
const TCHAR * What,
FStringView Actual,
FStringView Expected
)
TestNotEqual(const TCHAR *, const FString &, const FString &)
| Name | TestNotEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
bool TestNotEqual
(
const TCHAR * What,
const FString & Actual,
const FString & Expected
)
TestNotEqual(const TCHAR *, FUtf8StringView, FUtf8StringView)
| Name | TestNotEqual |
| 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 TestNotEqual
(
const TCHAR * What,
FUtf8StringView Actual,
FUtf8StringView Expected
)
TestNotEqual(const TCHAR *, const FText, const FText)
| Name | TestNotEqual |
| 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 TestNotEqual
(
const TCHAR * What,
const FText Actual,
const FText Expected
)
TestNotEqual(const TCHAR *, const FName, const FName)
| Name | TestNotEqual |
| 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 TestNotEqual
(
const TCHAR * What,
const FName Actual,
const FName Expected
)
TestNotEqual(const TCHAR *, const ValueType &, const ValueType &)
Description
Logs an error if the two values are equal.
| Name | TestNotEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
template<typename ValueType>
bool TestNotEqual
(
const TCHAR * Description,
const ValueType & Actual,
const ValueType & Expected
)
Parameters
| Name | Remarks |
|---|---|
| Description | Description text for the test. |
| A | The first value. |
| B | The second value. |
See Also
- TestEqual
TestNotEqual(const FString &, const ValueType &, const ValueType &)
| Name | TestNotEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
template<typename ValueType>
bool TestNotEqual
(
const FString & Description,
const ValueType & Actual,
const ValueType & Expected
)
TestNotEqual(const TCHAR *, const float, const float, float)
| Name | TestNotEqual |
| 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 TestNotEqual
(
const TCHAR * What,
const float Actual,
const float Expected,
float Tolerance
)
TestNotEqual(const TCHAR *, const double, const double, double)
| Name | TestNotEqual |
| 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 TestNotEqual
(
const TCHAR * What,
const double Actual,
const double Expected,
double Tolerance
)
TestNotEqual(const FString &, const float, const float, float)
| Name | TestNotEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
bool TestNotEqual
(
const FString & What,
const float Actual,
const float Expected,
float Tolerance
)
TestNotEqual(const FString &, const double, const double, double)
| Name | TestNotEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
bool TestNotEqual
(
const FString & What,
const double Actual,
const double Expected,
double Tolerance
)