In Web there is a lot of examples how to setup .cpp file but no one show how actually its header looks like. How declaration of this class looks like, what is it inheritanse. For example how FMyAwesomeTest.h should looks like for this case?
IMPLEMENT_SIMPLE_AUTOMATION_TEST(FMyAwesomeTest, "Test path.Test name",
EAutomationTestFlags::ApplicationContextMask | EAutomationTestFlags::ProductFilter)
bool FMyAwesomeTest::RunTest(FString const& Parameters){
return true;
}