From 5ea335bda672d1a15cf01e496909a6df440f71e4 Mon Sep 17 00:00:00 2001 From: WesleyR23 <165615615+WesleyR23@users.noreply.github.com> Date: Sat, 27 Apr 2024 16:41:19 -0700 Subject: class (#2) --- CST 126/UnitTest1/Unit_Tests.cpp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CST 126/UnitTest1/Unit_Tests.cpp (limited to 'CST 126/UnitTest1/Unit_Tests.cpp') 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) + { + + + + } + }; +} -- cgit v1.2.3