aboutsummaryrefslogtreecommitdiff
path: root/CST 126/UnitTest1/Unit_Tests.cpp
diff options
context:
space:
mode:
authorWesleyR <[email protected]>2024-04-27 16:47:32 -0700
committerWesleyR <[email protected]>2024-04-27 16:47:32 -0700
commit2db418b06881d563468266d2d892ab35cf789bd1 (patch)
tree6b4f9cf5f0c0163e12e777757600f134e7148f88 /CST 126/UnitTest1/Unit_Tests.cpp
parentBring up to date (diff)
parentclass (#2) (diff)
downloadhomework-1-wesleyr23-2db418b06881d563468266d2d892ab35cf789bd1.tar.xz
homework-1-wesleyr23-2db418b06881d563468266d2d892ab35cf789bd1.zip
merging develop after PR
Diffstat (limited to 'CST 126/UnitTest1/Unit_Tests.cpp')
-rw-r--r--CST 126/UnitTest1/Unit_Tests.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/CST 126/UnitTest1/Unit_Tests.cpp b/CST 126/UnitTest1/Unit_Tests.cpp
new file mode 100644
index 0000000..31f5acb
--- /dev/null
+++ b/CST 126/UnitTest1/Unit_Tests.cpp
@@ -0,0 +1,21 @@
+#include "pch.h"
+#include "CppUnitTest.h"
+
+#include "menu.hpp"
+
+using namespace Microsoft::VisualStudio::CppUnitTestFramework;
+
+namespace UnitTest1
+{
+ TEST_CLASS(UnitTest1)
+ {
+ public:
+
+ TEST_METHOD(TestMethod1)
+ {
+
+
+
+ }
+ };
+}