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.Core.Extensions.SampleSuiteExtension Class Reference

SampleSuiteExtension is a minimal example of a suite extension. It extends test suite and creates a fixture that runs every test starting with "SampleTest..." Because it inherits from TestSuite, rather than TestFixture, it has to construct its own fixture object and find its own tests. Everything is done in the constructor for simplicity. More...

+ Inheritance diagram for NUnit.Core.Extensions.SampleSuiteExtension:
+ Collaboration diagram for NUnit.Core.Extensions.SampleSuiteExtension:

Public Member Functions

 SampleSuiteExtension (Type fixtureType)
 

Detailed Description

SampleSuiteExtension is a minimal example of a suite extension. It extends test suite and creates a fixture that runs every test starting with "SampleTest..." Because it inherits from TestSuite, rather than TestFixture, it has to construct its own fixture object and find its own tests. Everything is done in the constructor for simplicity.

Constructor & Destructor Documentation

NUnit.Core.Extensions.SampleSuiteExtension.SampleSuiteExtension ( Type  fixtureType)
inline

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