Show
Ignore:
Timestamp:
12/30/09 05:23:05 (2 years ago)
Author:
walter
Message:

update docs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docsrc/code_coverage.dd

    r659 r1396  
    88The D language has 
    99many features to aid in the creation of test suites, such as 
    10 $(LINK2 class.html#unittest, unit tests) and 
     10$(LINK2 unittest.html#unittest, unit tests) and 
    1111$(LINK2 dbc.html, contract programming). 
    1212But there's the issue of how thoroughly the test suite tests