#include "CppUnitTest.h" using namespace Microsoft::VisualStudio::CppUnitTestFramework; namespace UnitTest { TEST_CLASS(UnitTest) { public: // ÆÕͨ²âÊÔÓÃÀý TEST_METHOD(CommonMethod1) { } }; }