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