diff options
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); + } }; } |