Skip to content

Instantly share code, notes, and snippets.

@ColdIronCoderYZ
Created April 28, 2016 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ColdIronCoderYZ/e8a6c08940d911f34c2dd440dc98ffbe to your computer and use it in GitHub Desktop.
Save ColdIronCoderYZ/e8a6c08940d911f34c2dd440dc98ffbe to your computer and use it in GitHub Desktop.
#include "AutomationTest.h"
IMPLEMENT_COMPLEX_AUTOMATION_TEST(FCustomTest, "Test.CustomTest", EAutomationTestFlags::ApplicationContextMask | EAutomationTestFlags::SmokeFilter)
void FCustomTest::GetTests(TArray<FString>& OutBeautifiedNames, TArray <FString>& OutTestCommands) const
{
}
bool FCustomTest::RunTest(const FString& Parameters)
{
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment