From f6b96b227196b4c2736a1716aad8968993187c8a Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sat, 20 Nov 2021 19:24:35 +0100 Subject: Added replace methods and unit tests --- StringTools/Test/Test.cpp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 StringTools/Test/Test.cpp (limited to 'StringTools/Test/Test.cpp') diff --git a/StringTools/Test/Test.cpp b/StringTools/Test/Test.cpp deleted file mode 100644 index 4441b10..0000000 --- a/StringTools/Test/Test.cpp +++ /dev/null @@ -1,16 +0,0 @@ -#include "pch.h" -#include "CppUnitTest.h" - -using namespace Microsoft::VisualStudio::CppUnitTestFramework; - -namespace Test -{ - TEST_CLASS(Test) - { - public: - - TEST_METHOD(TestMethod1) - { - } - }; -} -- cgit v1.2.3