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 13, 2023
1 parent 8b051fd commit 4922385
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 4922385

Please sign in to comment.