#include "pch.h" #include "CppUnitTest.h" #include "TempLogHelper.hpp" using namespace Microsoft::VisualStudio::CppUnitTestFramework; namespace UnitTest1 { TEST_CLASS(UnitTest1) { public: TEST_METHOD(testmethods) { } }; }