diff --git a/goo_test.cpp b/goo_test.cpp index 8bb9fd8..d65508f 100644 --- a/goo_test.cpp +++ b/goo_test.cpp @@ -16,3 +16,11 @@ TEST(GooTest, TestGetValueWithPositive) { EXPECT_EQ(getValue(5, 5), 25); } + +// +TEST(GooTest, TestGetValueWithMix) { + RecordProperty("cpptest_filename", __FILE__); + RecordProperty("req", "CIC-6"); + + EXPECT_EQ(getValue(5, -5), 5); +} \ No newline at end of file