From ee299e40737932350f6b4b48a7380e2645089d45 Mon Sep 17 00:00:00 2001 From: Chanin Timbal Date: Sat, 1 Jun 2024 11:49:52 -0700 Subject: attempting rebuild --- CST 126/Unit_Tests/NodeUnitTests.cpp.cpp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CST 126/Unit_Tests/NodeUnitTests.cpp.cpp (limited to 'CST 126/Unit_Tests/NodeUnitTests.cpp.cpp') diff --git a/CST 126/Unit_Tests/NodeUnitTests.cpp.cpp b/CST 126/Unit_Tests/NodeUnitTests.cpp.cpp new file mode 100644 index 0000000..cefe395 --- /dev/null +++ b/CST 126/Unit_Tests/NodeUnitTests.cpp.cpp @@ -0,0 +1,24 @@ +#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