|
| template<typename T1 , typename T2 > |
| bool | TestEqual (const FString &Description, T1 Expression, T2 Expected, FAutomationSpecBase *This) |
| |
| template<typename T1 , typename T2 > |
| bool | TestNotEqual (const FString &Description, T1 Expression, T2 Expected, FAutomationSpecBase *This) |
| |
| template<typename T > |
| bool | TestNull (const FString &Description, T Expression, FAutomationSpecBase *This) |
| |
| template<typename T > |
| bool | TestNotNull (const FString &Description, T Expression, FAutomationSpecBase *This) |
| |
| bool | WaitUntilTrue (const TFunction< bool()> &Pred, const TFunction< bool()> &TestResult, double TimeoutSeconds) |
| |