Using Constructor of Fixture Class for Initialization

Similar to xUnit.NET, where setup of test is accomplished through a parameterless constructor, constructors of fixture classes can be used with Concordion.NET to setup execution of active specifications. Before the execution of all examples within an active specification the constructor without parameters is called.

Example

The fixture class for this specification contains a parameterless constructor, which is called once on test execution.