Returns the integer mock parameter
The SIMULATE_VALUE returns the mock parameter assigned to the mock function by the currently executing test. It is possible to cast this value to any type. When casting to a floating point, use the macro SIMULATE_VALUE_FP to avoid losing the fractional part.
The test will assign this value using the macros ALLOW_SIMULATE, EXPECT_SIMULATE
or SIMULATE. If this is a floating point value, this macro will return its integer equivalent.
If the macro are used in a mock, that was setup using the EXPECT_VALIDATE macro, it will return zero.
All simulation values are stored as floating point numbers. In order to remain backward compatible
with earlier versions of testape, this macro is implemented as an int wrapper for the default
floating point version, e.g. (int)SIMULATE_VALUE_FP.
The value of this macro is undefined, unless it is called within a mock.
testape
New is this release are support for floating point validations and function mocking. Also, MinGW has been added to the list of supported platforms.
moreTestApe forum is now hosted on Proboards. Support questions can be posted here or send directly on email. Due to ...
moreTestApe can now be used with MinGW GCC on windows. Also supported in this beta are floating point types in validations or when mocking functions
moreA small fix for webtty scripts, to allow the usage from Apple IPads. Tab on textarea to bring up IPad keyboard - you may have to scroll webpage beneath keyboard, in order to actually see what you're typing.
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. ...
more