File: ReadMe.txt

package info (click to toggle)
nunit 2.6.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 13,092 kB
  • ctags: 14,310
  • sloc: cs: 87,766; xml: 5,858; cpp: 512; sh: 198; makefile: 48; ansic: 8
file content (58 lines) | stat: -rw-r--r-- 1,754 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
NUnit Samples

This directory contains sample applications demonstrating the use of NUnit and organized as follows...

  CSharp: Samples in C#

    Failures: Demonstrates 4 failing tests and one that is not run.

    Money: This is a C# version of the money example which is found in most xUnit implementations. Thanks to Kent Beck.

    Syntax: Illustrates most Assert methods using both the classic and constraint-based syntax.

  FSHARP: Samples in F#

    Failures: Demonstrates 4 failing tests and one that is not run.

    Money: This is an F# version of the money example which is found in most xUnit implementations. Thanks to Kent Beck.

    Syntax: Illustrates most Assert methods using both the classic and constraint-based syntax.

  CPP: C++ Samples

   MANAGED: Managed C++ Samples (VS 2003 compatible)

    Failures: Demonstrates 4 failing tests and one that is not run.

   CPP-CLI: C++/CLI Samples

    Failures: Demonstrates 4 failing tests and one that is not run.

    Syntax: Illustrates most Assert methods using both the classic and constraint-based syntax.

  VB: Samples in VB.NET

    Failures: Demonstrates 4 failing tests and one that is not run.

    Money: This is a VB.NET version of the money example found in most xUnit implementations. Thanks to Kent Beck.

    Syntax: Illustrates most Assert methods using both the classic and constraint-based syntax.

  Extensibility: Examples of extending NUnit

    Framework:

    Core:
    
      TestSuiteExtension

      TestFixtureExtension


Building the Samples

A Visual Studio 2010 project is included for each sample. 

In most cases, you will need to remove the reference to the
nunit.framework assembly and replace it with a reference to 
your installed copy of NUnit.