Skip to content

Commit

Permalink
Refs 10756. Add get_unread_count to RTPSReader mock.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Mar 4, 2021
1 parent 5d82fc1 commit ec5b817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/mock/rtps/RTPSReader/fastdds/rtps/reader/RTPSReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ class RTPSReader : public Endpoint

MOCK_METHOD1(wait_for_unread_cache, bool (const eprosima::fastrtps::Duration_t& timeout));

MOCK_METHOD0(get_unread_count, uint64_t());

// *INDENT-ON*


Expand Down

0 comments on commit ec5b817

Please sign in to comment.