source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/lib/NUnit/NUnit-2.5.10.11092/doc/extensibility.html@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 2.5 KB
Line 
1<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2<html>
3<!-- Standard Head Part -->
4<head>
5<title>NUnit - Extensibility</title>
6<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
7<meta http-equiv="Content-Language" content="en-US">
8<link rel="stylesheet" type="text/css" href="nunit.css">
9<link rel="shortcut icon" href="favicon.ico">
10</head>
11<!-- End Standard Head Part -->
12
13<body>
14
15<!-- Standard Header for NUnit.org -->
16<div id="header">
17 <a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a>
18 <div id="nav">
19 <a href="http://www.nunit.org">NUnit</a>
20 <a class="active" href="index.html">Documentation</a>
21 </div>
22</div>
23<!-- End of Header -->
24
25<div id="content">
26
27<h2>NUnit Extensibility</h2>
28
29<p>NUnit is designed to be extended in a number of ways.</p>
30
31<p>Extensions to the NUnit framework - the part of NUnit that is referenced
32by tests - usually take the form of
33<a href="customConstraints.html">Custom Constraints</a>, written by users to
34encapsulate tests that pertain to their specific projects.</p>
35
36<p>Extending the features found within NUnit itself depends on the use of
37<a href="nunitAddins.html">NUnit Addins</a>.
38Currently, The Addin mechanism only supports extensions to the NUnit core -
39the part of NUnit that builds and executes test suites. However, the API that
40is used provides for the future ability to extend the client side of NUnit,
41including the GUI.</p>
42
43
44</div>
45
46<!-- Submenu -->
47<div id="subnav">
48<ul>
49<li><a href="index.html">NUnit 2.5.10</a></li>
50<ul>
51<li><a href="getStarted.html">Getting&nbsp;Started</a></li>
52<li><a href="assertions.html">Assertions</a></li>
53<li><a href="constraintModel.html">Constraints</a></li>
54<li><a href="attributes.html">Attributes</a></li>
55<li><a href="runningTests.html">Running&nbsp;Tests</a></li>
56<li id="current"><a href="extensibility.html">Extensibility</a></li>
57<ul>
58<li><a href="customConstraints.html">Custom&nbsp;Constraints</a></li>
59<li><a href="nunitAddins.html">NUnit&nbsp;Addins</a></li>
60<li><a href="extensionTips.html">Tips&nbsp;for&nbsp;Extenders</a></li>
61</ul>
62<li><a href="releaseNotes.html">Release&nbsp;Notes</a></li>
63<li><a href="samples.html">Samples</a></li>
64<li><a href="license.html">License</a></li>
65</ul>
66</ul>
67</div>
68<!-- End of Submenu -->
69
70
71<!-- Standard Footer for NUnit.org -->
72<div id="footer">
73 Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
74</div>
75<!-- End of Footer -->
76
77</body>
78</html>
Note: See TracBrowser for help on using the repository browser.