You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, many thanks for your work. I'm trying to understand the usage and scope of this library. Can it be used to generate the actual fake definition? Say I have int f();, can I automatically generate say int f() { return 3;}) with FFF? Must the TEST_F() functions in the README of this repo have to be implemented by the user? Thanks!
The text was updated successfully, but these errors were encountered:
Hi, many thanks for your work. I'm trying to understand the usage and scope of this library. Can it be used to generate the actual fake definition? Say I have
int f();
, can I automatically generate sayint f() { return 3;})
with FFF? Must the TEST_F() functions in the README of this repo have to be implemented by the user? Thanks!The text was updated successfully, but these errors were encountered: