mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
@@ -33,6 +33,8 @@ struct BoolTests : public testing::Test {
|
||||
MOCK_METHOD(void, set, (int64_t), ());
|
||||
MOCK_METHOD(int64_t, value, (), ());
|
||||
};
|
||||
|
||||
protected:
|
||||
StrictMock<MockImpl> impl_;
|
||||
AnyBool<StrictMock<MockImpl>> bool_{impl_};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user