Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TestBetweenExclusive
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestBetweenExclusive
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestBetweenExclusive
(
const FString& What, |
Misc/AutomationTest.h | ||
bool TestBetweenExclusive
(
const FString& What, |
Misc/AutomationTest.h |
TestBetweenExclusive(const TCHAR *, const int32, const int32, const int32)
| Name | TestBetweenExclusive |
| 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 TestBetweenExclusive
(
const TCHAR * What,
const int32 Actual,
const int32 ExpectedLow,
const int32 ExpectedHigh
)
TestBetweenExclusive(const TCHAR *, const int64, const int64, const int64)
| Name | TestBetweenExclusive |
| 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 TestBetweenExclusive
(
const TCHAR * What,
const int64 Actual,
const int64 ExpectedLow,
const int64 ExpectedHigh
)
TestBetweenExclusive(const FString &, const int32, const int32, const int32)
| Name | TestBetweenExclusive |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
bool TestBetweenExclusive
(
const FString & What,
const int32 Actual,
const int32 ExpectedLow,
const int32 ExpectedHigh
)
TestBetweenExclusive(const FString &, const int64, const int64, const int64)
| Name | TestBetweenExclusive |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
bool TestBetweenExclusive
(
const FString & What,
const int64 Actual,
const int64 ExpectedLow,
const int64 ExpectedHigh
)