From 3f306d41f2f11df57058216df55b814b9e815c68 Mon Sep 17 00:00:00 2001
From: jacek-ratzinger Concordion
brings together testing and specification.
Concrete examples of expected behaviour (written in HTML) can be
instrumented with Concordion commands that run tests against the
- real system via some Java fixture code.
+ real system via some fixture code.
The fixture code helps to decouple the specs from the system.
Similar to xUnit, where setup of test is accomplished through a - parameterless constructor. For each execution of the examples within an - active specification this constructor is called.
+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.
The test fixture class for this specification contains a parameterless +
The fixture class for this specification contains a parameterless constructor, which is called once on test execution.