// Hint files help the Visual Studio IDE interpret Visual C++ identifiers // such as names of functions and macros. // For more information see https://go.microsoft.com/fwlink/?linkid=865984 #define TEST_METHOD_WITH_OWNER(methodName, ownerAlias) BEGIN_TEST_METHOD_ATTRIBUTE(methodName) TEST_OWNER(L##ownerAlias) END_TEST_METHOD_ATTRIBUTE() TEST_METHOD(methodName)