Concordion 1.5.2
dotnet add package Concordion --version 1.5.2
NuGet\Install-Package Concordion -Version 1.5.2
<PackageReference Include="Concordion" Version="1.5.2" />
paket add Concordion --version 1.5.2
#r "nuget: Concordion, 1.5.2"
// Install Concordion as a Cake Addin #addin nuget:?package=Concordion&version=1.5.2 // Install Concordion as a Cake Tool #tool nuget:?package=Concordion&version=1.5.2
Concordion is a small, handy Behavior Driven Development (BDD) framework that lets you turn plain English requirements into automated tests.
This package contains the core Concordion.dll. You will need Concordion.NET for your projects:
Concordion.NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- IKVM (>= 8.1.5717)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Concordion:
Package | Downloads |
---|---|
Concordion.NET
Concordion.NET is a framework for Behavior Driven Development (BDD) that enables developers, testers and business analysts to build executable specifications in free-form using plain English. A Concordion.NET active specification consists of two parts: a well-formed XHTML document describing the functionality, and fixture code written in C# (a special extension of a standard NUnit test case) that finds concrete examples in the document and uses them to verify the system under test. Concordion.NET acceptance tests are so readable, they can double up as system documentation. And, since the tests run against the system, you can be confident the documentation is always up-to-date. |
GitHub repositories
This package is not used by any popular GitHub repositories.