Xbehave 2.0.1
See the version list below for details.
dotnet add package Xbehave --version 2.0.1
NuGet\Install-Package Xbehave -Version 2.0.1
<PackageReference Include="Xbehave" Version="2.0.1" />
paket add Xbehave --version 2.0.1
#r "nuget: Xbehave, 2.0.1"
// Install Xbehave as a Cake Addin #addin nuget:?package=Xbehave&version=2.0.1 // Install Xbehave as a Cake Tool #tool nuget:?package=Xbehave&version=2.0.1
A BDD/TDD framework based on xUnit.net and inspired by Gherkin. Allows features and scenarios to be written directly in code rather than mapping to external feature files. Works seamlessly with xUnit.net tooling.
Installing this package installs Xbehave.Core and xunit.
Learn more about Target Frameworks and .NET Standard.
-
- Xbehave.Core (= 2.0.1)
- xunit (>= 2.1.0 && < 3.0.0)
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 | 870,907 | 10/30/2019 | |
2.4.1-rc.1 | 2,145 | 10/6/2019 | |
2.4.0 | 249,639 | 7/17/2018 | |
2.4.0-rc.1 | 595 | 7/2/2018 | |
2.4.0-beta.2 | 587 | 6/1/2018 | |
2.4.0-beta.1 | 956 | 5/6/2018 | |
2.3.1 | 58,529 | 5/21/2018 | |
2.3.1-beta0001-build733 | 2,829 | 12/23/2017 | |
2.3.1-alpha0001-build731 | 2,387 | 12/11/2017 | |
2.3.0 | 37,164 | 12/10/2017 | |
2.3.0-rc0001-build717 | 5,918 | 11/3/2017 | |
2.3.0-beta0006-build711 | 2,440 | 11/3/2017 | |
2.3.0-beta0005-build706 | 3,240 | 11/2/2017 | |
2.3.0-beta0004-build693 | 2,322 | 10/31/2017 | |
2.2.0-beta0003-build685 | 47,904 | 12/21/2016 | |
2.2.0-beta0002-build681 | 2,284 | 11/28/2016 | |
2.2.0-beta0001-build680 | 2,319 | 11/27/2016 | |
2.1.4 | 23,166 | 10/11/2016 | |
2.1.3 | 2,686 | 10/11/2016 | |
2.1.0 | 16,139 | 4/27/2016 | |
2.0.1 | 29,628 | 10/5/2015 | |
2.0.1-beta001-build598 | 2,928 | 10/4/2015 | |
2.0.0 | 4,847 | 8/6/2015 | |
2.0.0-rc003-build581 | 3,442 | 5/18/2015 | |
2.0.0-rc002-build543 | 3,013 | 4/18/2015 | |
2.0.0-rc001-build541 | 1,778 | 3/26/2015 | |
2.0.0-beta008-build523 | 1,721 | 3/21/2015 | |
2.0.0-beta007-build521 | 1,644 | 3/19/2015 | |
2.0.0-beta006-build519 | 1,875 | 3/17/2015 | |
2.0.0-beta005-build515 | 1,917 | 3/17/2015 | |
2.0.0-beta004-build500 | 2,256 | 12/24/2014 | |
2.0.0-beta003-build498 | 2,174 | 12/24/2014 | |
2.0.0-beta002-build494 | 2,006 | 12/13/2014 | |
1.1.0 | 35,059 | 3/16/2014 | |
1.0.0 | 6,763 | 10/9/2013 | |
0.17.0 | 1,997 | 10/3/2013 | |
0.16.0 | 2,076 | 9/3/2013 | |
0.15.0 | 4,466 | 6/4/2013 | |
0.14.0 | 2,475 | 11/7/2012 | |
0.13.0 | 2,168 | 10/3/2012 | |
0.12.0 | 2,229 | 7/25/2012 | |
0.11.0 | 2,188 | 7/9/2012 | |
0.10.0 | 2,251 | 5/21/2012 | |
0.9.0 | 2,176 | 4/26/2012 | |
0.8.0 | 2,227 | 4/11/2012 | |
0.7.0 | 3,550 | 2/27/2012 |
# 2.0.1
* **Fixed**: Scenarios are not run when using xunit 2.1 - https://github.com/xbehave/xbehave.net/issues/271
With special thanks to:
* Graeme Bradbury - https://github.com/GraemeBradbury
* Brad Wilson - https://github.com/bradwilson
# 2.0
### New
* Based on xUnit.net 2.0 and supports all new xUnit.net 2.0 features ([#51](https://github.com/xbehave/xbehave.net/issues/51)).
* `IStepContext` metadata ([#146](https://github.com/xbehave/xbehave.net/issues/146)).
* `OnFailure()` step builder method to control the behavior of remaining steps if the step fails ([#247](https://github.com/xbehave/xbehave.net/issues/247)).
* `StepDefinition` filter attributes ([#254](https://github.com/xbehave/xbehave.net/issues/254)).
* `x()`, an alternative to `f()` and `_()` ([#238](https://github.com/xbehave/xbehave.net/issues/238)).
### Changed
* When a step fails, all following steps in the scenario are reported as skipped. In xBehave.net 1.x, all following steps in the scenario were reported as failed.
* The `Before()` and `After()` methods of a `BeforeAfterTestAttribute` are now called before and after each scenario is run. In xBehave.net 1.x, these methods were called before and after each step within a scenario was run.
* [[Object disposal]] and [[Teardown]] are no longer represented as a separate test unless they fail. This aligns with the behaviour of most xUnit.net 2.0 runners which show an extra failed test when test clean up fails.
### Removed
* `Given()`, `When()`, `Then()`, `And()` and `But()`. Use `f()`, `_()` or `x()` instead.
* [[Timeouts]] have been removed under the same rationale used for [xUnit.net 2.0](https://xunit.github.io/docs/test-migration.html).
* [[Isolated steps]] have been removed as this is a rarely (if ever) used feature that adds considerable implementation overhead.
* [[Object disposal]] without passing a context object to `Using()` (deprecated in 1.x).
* An undocumented feature which allows global continuation of step execution when certain types of step fail.
* An undocumented feature which allows omission of arguments from scenario names in test output.