From a1d340b239eeb75159640e6b3e2bdb5586251e55 Mon Sep 17 00:00:00 2001 From: Chanin Timbal Date: Thu, 6 Jun 2024 20:11:53 -0700 Subject: Created Prepend function for Homework 3 - Successful unit test for prepend function --- CST 126/UnitTests/NodeUnitTests.cpp | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 CST 126/UnitTests/NodeUnitTests.cpp (limited to 'CST 126/UnitTests/NodeUnitTests.cpp') diff --git a/CST 126/UnitTests/NodeUnitTests.cpp b/CST 126/UnitTests/NodeUnitTests.cpp deleted file mode 100644 index cd0756f..0000000 --- a/CST 126/UnitTests/NodeUnitTests.cpp +++ /dev/null @@ -1,24 +0,0 @@ -//#include "pcd.h" -//#include "CppUnitTest.h"" -// -//using namespace Microsoft::VisualStudio::CppUnitTestFramework; -// -//#include "node.hpp" -//#include "crt_check_memory.hpp" -// -//using namespace CST126; -// -//namespace LinkedListUnitTests -//{ -// TEST_CLASS(NodeUnitTests) -// { -// public: -// -// TEST_METHOD(NodeEmptyConstructor_Success) -// { -// //Arrange -// Node* newNode = new Node() -// -// } -// }; -//} \ No newline at end of file -- cgit v1.2.3