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