aboutsummaryrefslogtreecommitdiff
path: root/CST 126/UnitTests/UnitTests.cpp
diff options
context:
space:
mode:
authorChanin Timbal <[email protected]>2024-06-01 11:55:26 -0700
committerChanin Timbal <[email protected]>2024-06-01 11:55:26 -0700
commite57173d536465fe12cea8a605d7b0d0e4f02bbf1 (patch)
tree3d00ca12b96b7c62c80d4914bc9b71e3192ff7d3 /CST 126/UnitTests/UnitTests.cpp
parentattempting rebuild (diff)
downloadhomework-1-chaninnohea-e57173d536465fe12cea8a605d7b0d0e4f02bbf1.tar.xz
homework-1-chaninnohea-e57173d536465fe12cea8a605d7b0d0e4f02bbf1.zip
trying to fix!
Diffstat (limited to 'CST 126/UnitTests/UnitTests.cpp')
-rw-r--r--CST 126/UnitTests/UnitTests.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/CST 126/UnitTests/UnitTests.cpp b/CST 126/UnitTests/UnitTests.cpp
new file mode 100644
index 0000000..0908160
--- /dev/null
+++ b/CST 126/UnitTests/UnitTests.cpp
@@ -0,0 +1,16 @@
+#include "pch.h"
+#include "CppUnitTest.h"
+
+using namespace Microsoft::VisualStudio::CppUnitTestFramework;
+
+namespace UnitTests
+{
+ TEST_CLASS(UnitTests)
+ {
+ public:
+
+ TEST_METHOD(TestMethod1)
+ {
+ }
+ };
+}