Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 357 Bytes

Test.md

File metadata and controls

10 lines (10 loc) · 357 Bytes

Return true if success else false.

IMPLEMENT_SIMPLE_AUTOMATION_TEST(<FTest>, "<TestLable.TestLable>", EAutomationTestFlags::EditorContext | EAutomationTestFlags::EngineFilter)
bool FTest::RunTest(const FString& Parameters)
{
    // Test Content,NOTE:Return true if success else false.
    return true;
}

Replace the <...> with your special name.