mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Adress review comments
This commit is contained in:
parent
279bb2c767
commit
c7873cde4b
13 changed files with 36 additions and 48 deletions
|
|
@ -29,5 +29,5 @@ BOOST_AUTO_TEST_CASE(method_not_called_through_base)
|
|||
{
|
||||
mock_base b;
|
||||
MOCK_EXPECT(b.method).never();
|
||||
static_cast<base*>(&b)->method(); // Doesn't call the mocked method
|
||||
static_cast<base*>(&b)->method(); // Doesn't call the mocked method as asserted above
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue