IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
This is the smallest possible Addin, which does nothing but is recognized by NUnit and listed in the Addins dialog. More...
Public Member Functions | |
bool | Install (IExtensionHost host) |
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.
|
inline |