林永吉的Algorithm库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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