Xbehave 0.12.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xbehave --version 0.12.0
NuGet\Install-Package Xbehave -Version 0.12.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xbehave" Version="0.12.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xbehave --version 0.12.0
#r "nuget: Xbehave, 0.12.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xbehave as a Cake Addin
#addin nuget:?package=Xbehave&version=0.12.0

// Install Xbehave as a Cake Tool
#tool nuget:?package=Xbehave&version=0.12.0

A BDD/TDD framework based on xUnit.net inspired by the Gherkin behaviour language. Dispenses with the need to map Gherkin feature files to code implementations by allowing the developer to bake the behaviours/specifications directly into code. Designed for use either from day one or as a seamless addition to an existing xUnit.net based workflow.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Xbehave:

Repository Stars
config-r/config-r
Write your .NET configuration files in C#
adamralph/liteguard
🔒 The most simple, unambiguous, and lightweight .NET guard clause library.
jamesfoster/DeepEqual
An extensible deep comparison for .NET
adamralph/bau
The C# task runner
Version Downloads Last updated
2.0.0-rc002-build543 144 4/18/2015
2.0.0-rc001-build541 163 3/26/2015
2.0.0-beta008-build523 64 3/21/2015
2.0.0-beta007-build521 49 3/19/2015
2.0.0-beta006-build519 129 3/17/2015
2.0.0-beta005-build515 50 3/17/2015
2.0.0-beta004-build500 128 12/24/2014
2.0.0-beta003-build498 55 12/24/2014
2.0.0-beta002-build494 76 12/13/2014
2.0.0-beta001-build-488 72 12/10/2014
1.1.0 7,586 3/16/2014
1.0.0 3,556 10/9/2013
0.17.0 52 10/3/2013
0.16.0 96 9/3/2013
0.15.0 590 6/4/2013
0.14.0 51 11/7/2012
0.13.0 47 10/3/2012
0.12.0 46 7/25/2012
0.11.0 50 7/9/2012
0.10.0 47 5/21/2012
0.9.0 46 4/26/2012
0.8.0 49 4/11/2012
0.7.0 54 2/27/2012

(Enhancement) Add equivalent of Gherkin Background (https://bitbucket.org/adamralph/xbehave.net/issue/13).

(Enhancement) When a step fails, subsequent steps should fail fast, indicating the failed step as the reason (https://bitbucket.org/adamralph/xbehave.net/issue/14).

Other

- Added ScenarioAttribute.EnumerateScenarioCommands() extensibility point.