#include "pch.h" #include "CppUnitTest.h" using namespace Microsoft::VisualStudio::CppUnitTestFramework; namespace $safeprojectname$ { TEST_CLASS($safeprojectname$) { public: TEST_METHOD(TestMethod1) { } }; }