林永吉的Algorithm库
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
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. }