Using Trompeloeil - a mocking framework for modern C++ - Björn Fahller

A popular technique in unit testing is to break dependencies by replacing collaborators of the unit under test with mock objects. Mocking frameworks makes it easier to create mock objects. Trompeloeil is a new, open source, mocking framework written in C 14. It is easy to use while also allowing great expressive power. The presentation will also include call outs for participation to help further the development.
Back to Top