林永吉的Algorithm库
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

19 行
270 B

  1. #include "pch.h"
  2. #include "CppUnitTest.h"
  3. #define FilePath "../Alogrithm/1_ContainsNearbyDuplicate.ini"
  4. using namespace Microsoft::VisualStudio::CppUnitTestFramework;
  5. namespace UnitTest
  6. {
  7. TEST_CLASS(UnitTest)
  8. {
  9. public:
  10. TEST_METHOD(TestMethode2)
  11. {
  12. }
  13. };
  14. }