diff options
Diffstat (limited to 'CST 126/UnitTests/NodeUnitTests.cpp')
| -rw-r--r-- | CST 126/UnitTests/NodeUnitTests.cpp | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/CST 126/UnitTests/NodeUnitTests.cpp b/CST 126/UnitTests/NodeUnitTests.cpp index cefe395..cd0756f 100644 --- a/CST 126/UnitTests/NodeUnitTests.cpp +++ b/CST 126/UnitTests/NodeUnitTests.cpp @@ -1,24 +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<int>* newNode = new Node<int>() - - } - }; -}
\ No newline at end of file +//#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 |