The usage of the package is illustrated by text and examples. All sample code
that is written with test purpose appears framed and
in greenitalic.
void test_addition(void)
{
int result;
result = calculate(3,7,'+');
}
Everything that can be typed literally in testcode like macros, parameters and other
code references appears in fixed type font e.g. test_addition()
The framework will generate log output. Samples of log output are shown framed and in black.
FAILED verify result
expected .......... 10 (10)
actual ............ -1
Commands that are to be given on a commandline is shown unframed in
italic. Like it is shown below.
testape gcc unit_a.c unit_d.c ad_test.c testape.a
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