Skip to content

Commit

Permalink
Add new test
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpepek committed Dec 12, 2023
1 parent b0facfd commit 8b4855b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions goo_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 8b4855b

Please sign in to comment.