Navigation
Unreal Engine C++ API Reference > Developer > FunctionalTesting > AFunctionalTest
References
Module | FunctionalTesting |
Header | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h |
Include | #include "FunctionalTest.h" |
Source | /Engine/Source/Developer/FunctionalTesting/Private/FunctionalTest.cpp |
virtual bool AssertNotEqual_String
&40;
FString Actual,
FString NotExpected,
const FString & What,
const UObject &42; ContextObject
&41;
Remarks
Assert that two Strings are not equal.
Parameters
Name | Description |
---|---|
What | A name to use in the message if the assert fails ("Expected 'What' not to be {Expected} but it was {Actual} for context ''") |