AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de pruebas
  • Operating mode
  • Managing assertions
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
Checks whether an expression is set to True in assertive programming and in automated test mode.
Remark: This function is equivalent to dbgCheckTrue.
Example
// The array should be empty
TestCheckTrue(ArrayElement.Empty)
Syntax
TestCheckTrue(<Expression> [, <Comments> [, <Parameter 1> [... [, <Parameter N>]]]])
<Expression>: Character string
Expression that must be checked.
<Comments>: Character string
Character string in the format defined by StringBuild.
<Parameter 1>: Any type
First parameter expected by <Comments>.
<Parameter N>: Any type
Nth parameter expected by <Comments>.
Remarks

Operating mode

When the expression is not set to True:
  • WINDEVWEBDEV - Server code in automated test mode, an error is added to the test status report (equivalent to TestWriteResult).
  • 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).
dbgOnError allows you to automatically start a WLanguage procedure used to retrieve the comment linked to the error.
AndroidAndroid Widget

Managing assertions

The messages of TestCheckTrue will be written into the ADB log (at "Assert" level). For more details, see Managing ADB logs.
Component: wd290.dll
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local