From d1d9058e8085acf00c4893d405aed894a844c95a Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sat, 20 Nov 2021 18:37:20 +0100 Subject: Initial setup --- StringTools/Test/Test.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 StringTools/Test/Test.cpp (limited to 'StringTools/Test/Test.cpp') diff --git a/StringTools/Test/Test.cpp b/StringTools/Test/Test.cpp new file mode 100644 index 0000000..4441b10 --- /dev/null +++ b/StringTools/Test/Test.cpp @@ -0,0 +1,16 @@ +#include "pch.h" +#include "CppUnitTest.h" + +using namespace Microsoft::VisualStudio::CppUnitTestFramework; + +namespace Test +{ + TEST_CLASS(Test) + { + public: + + TEST_METHOD(TestMethod1) + { + } + }; +} -- cgit v1.2.3