aboutsummaryrefslogtreecommitdiff
path: root/CST 126/UnitTest1/Unit_Tests.cpp
diff options
context:
space:
mode:
authorWesleyR23 <[email protected]>2024-04-27 16:41:19 -0700
committerGitHub <[email protected]>2024-04-27 16:41:19 -0700
commit5ea335bda672d1a15cf01e496909a6df440f71e4 (patch)
treec198f4e703980f6d275418c6e5b30a4d1548342b /CST 126/UnitTest1/Unit_Tests.cpp
parentSubmission (diff)
downloadhomework-1-wesleyr23-5ea335bda672d1a15cf01e496909a6df440f71e4.tar.xz
homework-1-wesleyr23-5ea335bda672d1a15cf01e496909a6df440f71e4.zip
class (#2)
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)
+ {
+
+
+
+ }
+ };
+}