IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Samples.Extensibility.Minimal Class Reference

This is the smallest possible Addin, which does nothing but is recognized by NUnit and listed in the Addins dialog. More...

+ Inheritance diagram for NUnit.Samples.Extensibility.Minimal:
+ Collaboration diagram for NUnit.Samples.Extensibility.Minimal:

Public Member Functions

bool Install (IExtensionHost host)
 

Detailed Description

This is the smallest possible Addin, which does nothing but is recognized by NUnit and listed in the Addins dialog.

The Addin class is marked by the NUnitAddin attribute and implements IAddin, as required. Optional property syntax is used here to override the default name of the addin and to provide a description. Both are displayed by NUnit in the Addin Dialog.

The addin doesn't actually do anything, but simply returns true in its Install method and can be seen listed in the Addin dialog of the Gui.

Member Function Documentation

bool NUnit.Samples.Extensibility.Minimal.Install ( IExtensionHost  host)
inline

The documentation for this class was generated from the following file: