|
|
|
|
|
dbgError (Function) In french: dbgErreur Provokes: - an assertion during the test of element or project (Go mode).
- an error in automated test mode.
Syntax
dbgError(<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 dbgError 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).
 The messages of dbgError will be written into the ADB log (at "Assert" level). For more details, see Managing ADB logs.
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|