|
31 | 31 | <h1>Run Concordion.NET Acceptance Tests with NUnit</h1> |
32 | 32 | <p>Concordion.NET integrates with one of the |
33 | 33 | most popular automated testing frameworks. Concordion.NET provides an NUnit Addin |
34 | | - that allows running <a href="index.html">accetpance tests</a> with any NUnit environment that supports NUnit Addins. |
| 34 | + that allows running <a href="index.html">accetpance tests</a> with any NUnit environment that supports NUnit Addins |
| 35 | + (NUnit version 2.6.3). |
35 | 36 | We describe how to run Concordion.NET tests with </p> |
36 | 37 | <ul> |
37 | 38 | <li><a href="#stand-alone">stand alone</a> NUnit test |
@@ -87,7 +88,7 @@ <h3>Run Concordion.NET tests with the NUnit GUI runner</h3> |
87 | 88 | <ol> |
88 | 89 | <li><a href="Download.html">Download |
89 | 90 | Concordion.NET</a>.</li> |
90 | | - <li>Download and <a class="externalLink" href="http://www.nunit.org/index.php?p=installation&r=2.6.3">install NUnit</a>.</li> |
| 91 | + <li>Download and <a class="externalLink" href="http://www.nunit.org/index.php?p=installation&r=2.6.3">install NUnit version 2.6.3</a>.</li> |
91 | 92 | <li>Coppy the Concordion.NUnit.dll into the addin directory of |
92 | 93 | your NUnit installation |
93 | 94 | (<NUnit-installation-path>\bin\addins). <br>Please, make sure to use the latest version of this DLL, when |
@@ -117,7 +118,7 @@ <h3>Run Concordion.NET tests with the console runner</h3> |
117 | 118 | <ol> |
118 | 119 | <li><a href="Download.html">Download |
119 | 120 | Concordion.NET</a>.</li> |
120 | | - <li>Download and <a class="externalLink" href="http://www.nunit.org/index.php?p=installation&r=2.6.3">install NUnit</a>.</li> |
| 121 | + <li>Download and <a class="externalLink" href="http://www.nunit.org/index.php?p=installation&r=2.6.3">install NUnit version 2.6.3</a>.</li> |
121 | 122 | <li>Copy the Concordion.NUnit.dll into the addin directory of |
122 | 123 | your NUnit installation |
123 | 124 | (<NUnit-installation-path>\bin\addins). <br>Please, make sure to use the latest version of this DLL, when |
|
0 commit comments