Xbehave 0.11.0
See the version list below for details.
dotnet add package Xbehave --version 0.11.0
NuGet\Install-Package Xbehave -Version 0.11.0
<PackageReference Include="Xbehave" Version="0.11.0" />
paket add Xbehave --version 0.11.0
#r "nuget: Xbehave, 0.11.0"
// Install Xbehave as a Cake Addin #addin nuget:?package=Xbehave&version=0.11.0 // Install Xbehave as a Cake Tool #tool nuget:?package=Xbehave&version=0.11.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 | Versions 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. |
-
- xunit (= 1.9.1)
- xunit.extensions (= 1.9.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Xbehave:
Package | Downloads |
---|---|
SoftwarePioniere.TestHarness
Software Pioniere Fx Test Harness |
|
Aqovia.DurableFunctions.Testing
Test infrastructure for Azure durable functions v2. |
|
RG.Xbehave.Specs
An extension to Xbehave that allows you to write gherkin-style unit tests. |
|
DurableFunctions.Test
Test infrastructure for Azure durable functions v2 |
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.4.1 | 881,101 | 10/30/2019 | |
2.4.1-rc.1 | 2,149 | 10/6/2019 | |
2.4.0 | 250,694 | 7/17/2018 | |
2.4.0-rc.1 | 596 | 7/2/2018 | |
2.4.0-beta.2 | 588 | 6/1/2018 | |
2.4.0-beta.1 | 957 | 5/6/2018 | |
2.3.1 | 58,607 | 5/21/2018 | |
2.3.1-beta0001-build733 | 2,835 | 12/23/2017 | |
2.3.1-alpha0001-build731 | 2,391 | 12/11/2017 | |
2.3.0 | 37,278 | 12/10/2017 | |
2.3.0-rc0001-build717 | 5,922 | 11/3/2017 | |
2.3.0-beta0006-build711 | 2,444 | 11/3/2017 | |
2.3.0-beta0005-build706 | 3,245 | 11/2/2017 | |
2.3.0-beta0004-build693 | 2,328 | 10/31/2017 | |
2.2.0-beta0003-build685 | 47,953 | 12/21/2016 | |
2.2.0-beta0002-build681 | 2,288 | 11/28/2016 | |
2.2.0-beta0001-build680 | 2,323 | 11/27/2016 | |
2.1.4 | 23,187 | 10/11/2016 | |
2.1.3 | 2,696 | 10/11/2016 | |
2.1.0 | 16,146 | 4/27/2016 | |
2.0.1 | 29,729 | 10/5/2015 | |
2.0.1-beta001-build598 | 2,932 | 10/4/2015 | |
2.0.0 | 4,853 | 8/6/2015 | |
2.0.0-rc003-build581 | 3,446 | 5/18/2015 | |
2.0.0-rc002-build543 | 3,017 | 4/18/2015 | |
2.0.0-rc001-build541 | 1,782 | 3/26/2015 | |
2.0.0-beta008-build523 | 1,725 | 3/21/2015 | |
2.0.0-beta007-build521 | 1,648 | 3/19/2015 | |
2.0.0-beta006-build519 | 1,879 | 3/17/2015 | |
2.0.0-beta005-build515 | 1,921 | 3/17/2015 | |
2.0.0-beta004-build500 | 2,260 | 12/24/2014 | |
2.0.0-beta003-build498 | 2,178 | 12/24/2014 | |
2.0.0-beta002-build494 | 2,012 | 12/13/2014 | |
1.1.0 | 35,143 | 3/16/2014 | |
1.0.0 | 6,767 | 10/9/2013 | |
0.17.0 | 2,003 | 10/3/2013 | |
0.16.0 | 2,086 | 9/3/2013 | |
0.15.0 | 4,471 | 6/4/2013 | |
0.14.0 | 2,481 | 11/7/2012 | |
0.13.0 | 2,174 | 10/3/2012 | |
0.12.0 | 2,235 | 7/25/2012 | |
0.11.0 | 2,196 | 7/9/2012 | |
0.10.0 | 2,257 | 5/21/2012 | |
0.9.0 | 2,182 | 4/26/2012 | |
0.8.0 | 2,235 | 4/11/2012 | |
0.7.0 | 3,560 | 2/27/2012 |
(Enhancement) Support disposal of objects created within a failing step (https://bitbucket.org/adamralph/xbehave.net/issue/10).
- *** BREAKING CHANGES *** Removed (Func<IDisposable> body), (Func<IEnumerable<IDisposable>> body) and (Action body, Action dispose) step definition overloads. It is important to note that an IDisposable object returned from a step body declared as an expression will no longer be disposed. Instead, register the object for disposal with the Using() extension method. E.g. "Given some disposable".Given(() => someDisposable = new SomeDisposable().Using()); See http://adamralph.blogspot.com/ for more details.
- Added IDisposable.Using() extension method for registration of IDisposable objects.
- Added IStepDefinition.Teardown(Action teardown) for declaring a teardown action associated with objects created within a step.
(Bug) The body of a step with a timeout is executed twice (https://bitbucket.org/adamralph/xbehave.net/issue/15)
(Bug) Infinite loops in test runner when scenario method has params but no data provided (https://bitbucket.org/adamralph/xbehave.net/issue/12).
Other
- Simplified test names to always include context number and test number in the format [{context}.{test}].
- Added compression of whitespace in step text.