Description
BMOCK is a C++ library supporting Mock Objects.
- Lets you create mocks for C functions and member functions – including constructors and destructors.
- Supports dynamic mocking: In each test you can decide whether a function should be mocked, or execute its production code.
- Supports strict and non strict mocks (mocks ordering).
- Supports IN, OUT and IN_OUT arguments as well as as special treatment for raw memory.
Details
- Listing categories Unit test
- Licence Open Source
- Status Inactive
- Supported Technology C/C++
- User Interface Command line
Post New Review
You must be logged in to post a comment.