Wiki

Changes between Version 2 and Version 3 of TraceStatement

Show
Ignore:
Timestamp:
12/20/10 02:18:33 (14 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TraceStatement

    v2 v3  
    1414Assertions are useful for catching errors early when they are easier to diagnose. They also enable subsequent code to operate under the condition expressed by the assertion. Furthermore, they are source of technical documentation. 
    1515 
    16 The message of the '''AssertException''' includes information to assist in debugging the assertion including: 
     16The message of the '''!AssertException''' includes information to assist in debugging the assertion including: 
    1717 
    1818 * the filename and line number where the assert statement appeared