#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() } }; }