Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TestNotSame
(
const TCHAR* Description, |
Logs an error if the two values reference the same object in memory. | Misc/AutomationTest.h | |
bool TestNotSame
(
const FString& Description, |
Misc/AutomationTest.h |
TestNotSame(const TCHAR *, const ValueType &, const ValueType &)
Description
Logs an error if the two values reference the same object in memory.
| Name | TestNotSame |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
template<typename ValueType>
bool TestNotSame
(
const TCHAR * Description,
const ValueType & Actual,
const ValueType & Expected
)
Parameters
| Name | Remarks |
|---|---|
| Description | Description text for the test. |
| A | The first reference. |
| B | The second reference. |
See Also
-
TestSame
-
TestNotSamePtr
TestNotSame(const FString &, const ValueType &, const ValueType &)
| Name | TestNotSame |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
template<typename ValueType>
bool TestNotSame
(
const FString & Description,
const ValueType & Actual,
const ValueType & Expected
)