DictionaryForumContacts

   English
Terms for subject Microsoft containing assertion | all forms | exact matches only
EnglishFrench
assertion failureéchec d'assertion (The inability of a condition to hold true at some particular point in a program. When a condition does not hold true, execution of the program is interrupted, and a dialog box or message may appear)
assertion statementinstruction d'assertion (A Boolean statement used in a program to test a condition that, if the program is operating correctly, should always evaluate as true; otherwise the program will typically terminate with an appropriate error message. Assertions are used for debugging programs and for documenting how a program should operate)