ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Test functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Provokes:
  • an assertion during the test of element or project (Go mode).
  • an error in automated test mode.
Remark: This function is equivalent to dbgError.
Syntax
TestError(<Comment 1> [, <Comment 2> [... [, <Comment N>]]])
<Comment 1>: Character string
Text that will be displayed in the assertion window or in the status report of unit test.
<Comment 2>: Optional character string
Text that will be displayed in the assertion window or in the status report of unit test.
<Comment N>: Optional character string
Text that will be displayed in the assertion window or in the status report of unit test.
Remarks
  • When TestError is called:
    • in manual test mode, an assertion is displayed (equivalent to dbgAssert).
    • in runtime mode, an assertion is displayed if the assertions have been enabled (equivalent to dbgAssert).
  • AndroidAndroid Widget The messages of TestError will be written into the ADB log (at "Assert" level). For more details, see Managing ADB logs.
Component: wd290vm.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help