mockcpp
mockcpp copied to clipboard
with约束中 spy和check不能同时使用吗
you can use .with(xx) only once, .with(xx) will return StubBuilder object that has no .with member function
and there is no check constraint in mockcpp, maybe you can use checkWith to define you own check logic?