IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Namespaces | |
package | Tests |
Classes | |
class | Addin |
Summary description for Addin. More... | |
class | SampleFixtureExtension |
SampleFixtureExtension extends NUnitTestFixture and adds a custom setup before running TestFixtureSetUp and after running TestFixtureTearDown. Because it inherits from NUnitTestFixture, a lot of work is done for it. More... | |
class | SampleFixtureExtensionAttribute |
SampleFixtureExtensionAttribute is used to identify a SampleFixtureExtension class More... | |
class | SampleFixtureExtensionBuilder |
MockFixtureExtensionBuilder knows how to build a MockFixtureExtension. More... | |
class | SampleSuiteExtension |
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... | |
class | SampleSuiteExtensionAttribute |
SampleSuiteExtensionAttribute is used to identify a SampleSuiteExtension fixture More... | |
class | SampleSuiteExtensionBuilder |
SampleSuiteExtensionBuilder knows how to build a SampleSuiteExtension More... | |