diff options
| author | Chanin Timbal <[email protected]> | 2024-06-01 11:55:26 -0700 |
|---|---|---|
| committer | Chanin Timbal <[email protected]> | 2024-06-01 11:55:26 -0700 |
| commit | e57173d536465fe12cea8a605d7b0d0e4f02bbf1 (patch) | |
| tree | 3d00ca12b96b7c62c80d4914bc9b71e3192ff7d3 /CST 126/Unit_Tests/NodeUnitTests.cpp.cpp | |
| parent | attempting rebuild (diff) | |
| download | archived-homework-1-chaninnohea-e57173d536465fe12cea8a605d7b0d0e4f02bbf1.tar.xz archived-homework-1-chaninnohea-e57173d536465fe12cea8a605d7b0d0e4f02bbf1.zip | |
trying to fix!
Diffstat (limited to 'CST 126/Unit_Tests/NodeUnitTests.cpp.cpp')
| -rw-r--r-- | CST 126/Unit_Tests/NodeUnitTests.cpp.cpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/CST 126/Unit_Tests/NodeUnitTests.cpp.cpp b/CST 126/Unit_Tests/NodeUnitTests.cpp.cpp deleted file mode 100644 index cefe395..0000000 --- a/CST 126/Unit_Tests/NodeUnitTests.cpp.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 |