~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to doc/attributes.html

  • Committer: charliepoole
  • Date: 2004-07-18 05:34:53 UTC
  • Revision ID: vcs-imports@canonical.com-20040718053453-ilo808ytjqitic0i
Documentation updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
                        there is no arbitrary convention for naming tests,
183
183
                        the choice of names can be entirely oriented toward
184
184
                        communicating the purpose of the test.</p>
 
185
                        
 
186
                        <p>All NUnit attributes are contained in the NUnit.Framework
 
187
                        namespace. Each source file that contains tests must include a using 
 
188
                        statement for that namespace and the project must reference the 
 
189
                        framework assembly, nunit.framework.dll.</p>
185
190
          </td>
186
191
        </tr>
187
192
      </table>