aboutsummaryrefslogtreecommitdiff
path: root/CST 126/UnitTest1/UnitTest1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CST 126/UnitTest1/UnitTest1.cpp')
-rw-r--r--CST 126/UnitTest1/UnitTest1.cpp5
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);
+
}
};
}