summaryrefslogtreecommitdiffstats
path: root/StringTools/Test/Test.cpp
diff options
context:
space:
mode:
authorLeonetienne <leonetienne@hotmail.de>2021-11-20 19:24:35 +0100
committerLeonetienne <leonetienne@hotmail.de>2021-11-20 19:24:35 +0100
commitf6b96b227196b4c2736a1716aad8968993187c8a (patch)
tree00363db3625d2757b32c80da61ba7cc03f701724 /StringTools/Test/Test.cpp
parent87abd1cb512031ed9ca784c491858fbdadc93403 (diff)
Added replace methods and unit tests
Diffstat (limited to 'StringTools/Test/Test.cpp')
-rw-r--r--StringTools/Test/Test.cpp16
1 files changed, 0 insertions, 16 deletions
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)
- {
- }
- };
-}