The instrumenter will help assemble the test executable and it will fill
in missing functionality from the object files that are not present in the
unit.
If you try to link without the instrumenter you will get unresolved externals.
Normally the instrumenter will fill in mock functions for these, but without
it you will have to do it manually.
The framework allows you to write very simple default mocks for these using the
macro CREATE_MOCK. For example
CREATE_MOCK(add); CREATE_MOC(invalid);
This release contains a new flexible mocking system with default mocks automatically generated for unresolved functions. Installation packages are available for GCC/Linux, GCC/CygWin as well Visual Studio 2009/Windows XP or Vista.
moreNew beta version is now available for download. This is the last beta before official release. The release supports an extensive mocking system.
moreThere is a change for the forum hosted on this site. The previous phpBB forum is closed for now. All forum threads will be migrated to a new simple blog. ...
moreA minor update has been released in order to support GCC when running in a CygWIN environment.
moreThe major update this year has been released. It includes a reference manual and macros to support test parameters and improved usage of the automatic stub instrumentation.
moreThe site has been updated. The webtty package has been tugged safely away in the corner and the TestApe ...
more