From c3acaa3a78b075dc1a26dc207eba749efeb80c26 Mon Sep 17 00:00:00 2001 From: rPatrickWarner Date: Sat, 20 Apr 2024 09:26:25 -0700 Subject: Big changes to TempLog --- CST 126/UnitTest1/UnitTest1.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'CST 126/UnitTest1/UnitTest1.cpp') 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); + } }; } -- cgit v1.2.3