If no options are given, all tests are run and the log will contain no error and test identifiers. This default behavior can be changed by giving one or more of the following options :
testexe [-q | --quiet]
[-idt | --show-test-identifiers]
[-ide | --show-error-identifiers]
[-a arguments | --args arguments]
[-h | --help]
testexe [-i identifier | --ignore identifier]
testexe [identifier | -e identifier | --execute identifier]
All arguments after --args or -a paramter are treated as arguments
to testmain.
-q or --quiet are used to prevent output to stdout from testape.
The name of a test can be used as identifier on the commandline. 4.2 In addition each test is numbered. These names or numbers can be used as identifiers. Each argument that accept an identifier, also accepts a list of identifiers and /or a range of identifiers. Each identifier in a list, is seperated by ','. The start and stop values in a range is separated by '-'. If no start value is given the first test is used as start value. If no stop value are given, the last test is used as stop value. Some identifier examples are shown below
test_load_my_app test_load_my_app,scenario_sunshine_all_ints scenario_sunshine_all_ints- -scenario_sunshine_all_ints test_load_my_app-scenario_sunshine_all_ints 1 1-10,4,124
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