aboutsummaryrefslogtreecommitdiff
path: root/CST 126/UnitTests/NodeUnitTests.cpp
diff options
context:
space:
mode:
authorChanin Timbal <[email protected]>2024-06-06 20:11:53 -0700
committerChanin Timbal <[email protected]>2024-06-06 20:11:53 -0700
commita1d340b239eeb75159640e6b3e2bdb5586251e55 (patch)
tree5d1a00bd6d9aa56b711e18b1476dd73f1ac53dd2 /CST 126/UnitTests/NodeUnitTests.cpp
parentCreated node struct and singlylinkedlist struct, and append function. Also co... (diff)
downloadhomework-1-chaninnohea-a1d340b239eeb75159640e6b3e2bdb5586251e55.tar.xz
homework-1-chaninnohea-a1d340b239eeb75159640e6b3e2bdb5586251e55.zip
Created Prepend function for Homework 3 - Successful unit test for prepend function
Diffstat (limited to 'CST 126/UnitTests/NodeUnitTests.cpp')
-rw-r--r--CST 126/UnitTests/NodeUnitTests.cpp24
1 files changed, 0 insertions, 24 deletions
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<int>* newNode = new Node<int>()
-//
-// }
-// };
-//} \ No newline at end of file