diff options
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)
+ {
+ }
+ };
+}
|
