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