diff options
| author | Leonetienne <leonetienne@hotmail.de> | 2021-11-20 18:37:20 +0100 |
|---|---|---|
| committer | Leonetienne <leonetienne@hotmail.de> | 2021-11-20 18:37:20 +0100 |
| commit | d1d9058e8085acf00c4893d405aed894a844c95a (patch) | |
| tree | a9da27ad88da785047d063063a46c80a4c5dea9a /StringTools/Test/Test.cpp | |
| parent | b0fc781dbd91d4619d25bbc95003d9fec1b5e3dd (diff) | |
Initial setup
Diffstat (limited to 'StringTools/Test/Test.cpp')
| -rw-r--r-- | StringTools/Test/Test.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
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)
+ {
+ }
+ };
+}
|
