SIMULATE

This macro will add a function to the list of expected function calls. If the function is called at the expected time, the framework will return the provided value to the unit.

Syntax:
SIMULATE(function, retval)
Parameters:
function
The function that should be called
retval
The value that will be returned to the unit
Returns:
-

The SIMULATE macro is used to instruct the framework that a function call to function is expected during the test. The unit is unaware, that it is actually calling a mock function. If the unit calls the function at the right time, the framework will use the value retval and return it back to the unit. If the framework detects a function call to a function that is not expected at that time, the test will fail. Each time an expected function is correctly called, the framework will remove it from the list. The test will fail, if the list is not empty after the test has completed execution.

The macro is normally used before executing the unit, but if desired, it can also be called from mocks - i.e. during execution of the unit.

testape

News

The latest headlines from Testape.com

TestApe Release 880 available, Dec 3rd 2011

New is this release are support for floating point validations and function mocking. Also, MinGW has been added to the list of supported platforms.

more

Forum change, Mar 27th 2011

TestApe forum is now hosted on Proboards. Support questions can be posted here or send directly on email. Due to ...

more

TestApe beta release available, Sep 27th 2011

TestApe can now be used with MinGW GCC on windows. Also supported in this beta are floating point types in validations or when mocking functions

more

IPad update for WebTTY, May 15th 2011

A 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.

TestApe Release 791 available, Apr 2nd 2010

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.

more

TestApe beta version available, Jan 26th 2010

New beta version is now available for download. This is the last beta before official release. The release supports an extensive mocking system.

more

Forum change, Mar 10th 2009

There 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