Skip to content

Commit

Permalink
Add using of IsEmpty and SizeIs from testing of gmock
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Mar 25, 2024
1 parent b9e85e9 commit 18e787d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

#include <gmock/gmock.h>

using ::testing::IsEmpty;
using ::testing::SizeIs;

TEST_F(ChainableControllerInterfaceTest, default_returns)
{
TestableChainableControllerInterface controller;
Expand Down

0 comments on commit 18e787d

Please sign in to comment.