 |
bool |
TestEqual
(
const TCHAR* What,
const int32 Actual,
const int32 Expected
)
|
|
 |
bool |
|
|
 |
bool |
|
|
 |
bool |
|
|
 |
bool |
|
|
 |
bool |
|
|
 |
bool |
TestEqual
(
const TCHAR* What,
const ValueType& Actual,
const ValueType& Expected
)
|
Logs an error if the two values are not equal. |
 |
bool |
TestEqual
(
const FString& What,
const ValueType& Actual,
const ValueType& Expected
)
|
|
 |
bool |
TestEqual
(
const TCHAR* What,
const float Actual,
const float Expected,
float Tolerance
)
|
|
 |
bool |
TestEqual
(
const TCHAR* What,
const double Actual,
const double Expected,
double Tolerance
)
|
|
 |
bool |
TestEqual
(
const TCHAR* What,
const FVector Actual,
const FVector Expected,
float Tolerance
)
|
|
 |
bool |
TestEqual
(
const TCHAR* What,
const int64 Actual,
const int64 Expected
)
|
|
 |
bool |
TestEqual
(
const TCHAR* What,
const FTransform Actual,
const FTransform Expected,
float Tolerance
)
|
|
 |
bool |
TestEqual
(
const TCHAR* What,
const FRotator Actual,
const FRotator Expected,
float Tolerance
)
|
|
 |
bool |
TestEqual
(
const FString& What,
const float Actual,
const float Expected,
float Tolerance
)
|
|
 |
bool |
TestEqual
(
const FString& What,
const double Actual,
const double Expected,
double Tolerance
)
|
|
 |
bool |
TestEqual
(
const FString& What,
const FVector Actual,
const FVector Expected,
float Tolerance
)
|
|
 |
bool |
TestEqual
(
const FString& What,
const FTransform Actual,
const FTransform Expected,
float Tolerance
)
|
|
 |
bool |
TestEqual
(
const FString& What,
const FRotator Actual,
const FRotator Expected,
float Tolerance
)
|
|
 |
bool |
|
|
 |
bool |
|
|
 |
bool |
TestEqual
(
const TCHAR* What,
const TCHAR* Actual,
const TCHAR* Expected
)
|
|
 |
bool |
|
|
 |
bool |
|
|
 |
bool |
|
|
 |
bool |
|
|