diff options
| author | rPatrickWarner <[email protected]> | 2024-04-20 09:26:25 -0700 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-04-20 09:26:25 -0700 |
| commit | c3acaa3a78b075dc1a26dc207eba749efeb80c26 (patch) | |
| tree | 28407f0e62e1ed9526e24bc12f7495e46d2bf670 /CST 126/UnitTest1/UnitTest1.cpp | |
| parent | unit test (diff) | |
| download | homework-1-reecepwarner-c3acaa3a78b075dc1a26dc207eba749efeb80c26.tar.xz homework-1-reecepwarner-c3acaa3a78b075dc1a26dc207eba749efeb80c26.zip | |
Big changes to TempLog
Diffstat (limited to 'CST 126/UnitTest1/UnitTest1.cpp')
| -rw-r--r-- | CST 126/UnitTest1/UnitTest1.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CST 126/UnitTest1/UnitTest1.cpp b/CST 126/UnitTest1/UnitTest1.cpp index a022236..9ee1ea5 100644 --- a/CST 126/UnitTest1/UnitTest1.cpp +++ b/CST 126/UnitTest1/UnitTest1.cpp @@ -11,10 +11,9 @@ namespace UnitTest1 { public: - TEST_METHOD(Addition_Function_Correctly) + TEST_METHOD(testmethods) { - int result = add(15, 15, 15); - Assert::AreEqual(45, result); + } }; } |