Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><a href="http://nunit.org/" rel="nofollow">NUnit</a> is one of the main unit testing frameworks for .NET. The latest stable version is 2.6.3. All of the attributes you mention are part of it. You can find them described in the NUnit documentation:</p> <ul> <li><a href="http://www.nunit.org/index.php?p=assertions&amp;r=2.6.3" rel="nofollow"><code>Assert</code></a></li> <li><a href="http://www.nunit.org/index.php?p=test&amp;r=2.6.3" rel="nofollow"><code>Test</code></a></li> <li><a href="http://www.nunit.org/index.php?p=testCaseSource&amp;r=2.6.3" rel="nofollow"><code>TestCaseSource</code></a></li> <li><a href="http://www.nunit.org/index.php?p=testFixture&amp;r=2.6.3" rel="nofollow"><code>TestFixture</code></a></li> </ul> <p>To learn NUnit, the <a href="http://www.nunit.org/index.php?p=getStarted&amp;r=2.6.3" rel="nofollow">Getting Started</a> page should get you a long way. If you need more in-depth knowledge, you should check out Roy Osherove's <a href="http://artofunittesting.com/" rel="nofollow"><em>The Art of Unit Testing</em></a> which aslo covers mocks, isolation and testing legacy code. He also runs online courses on unit testing.</p> <p><a href="http://testdriven.net/" rel="nofollow">TestDriven.NET</a> is a Visual Studio extension to make it easier to run tests from many different frameworks (including NUnit) from within Visual Studio. You can right-click and select <em>Run Tests</em> (there should be a little rocket icon next to the menu option). Or alternatively, right-click and then <em>Test With/Debugger</em>.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload