A C++ faking library/tool for faking or mocking free functions and non-virtual member functions in addition to virtual functions. It is a non-intrusive tool and provides seamless integration with FakeIt and Google Mock.
Phake is a mocking framework for PHP. It allows for the creation of objects that mimic a real object in a predictable and controlled manner. This allows you to treat external method calls made by your system under test (SUT) as just another form of input to your SUT and output from your SUT. This is
... [More] done by stubbing methods that supply indirect input into your test and by verifying parameters to methods that receive indirect output from your test. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy