-
Notifications
You must be signed in to change notification settings - Fork 0
Package dependencies
Michael W Powell edited this page Dec 8, 2020
·
3 revisions
The package dependencies are as follows:
Xwellbehaved
│
├ xunit
│ ├ xunit.analyzers
│ ├ xunit.assert
│ └ xunit.core
│
└ Xwellbehaved.Core
└ xunit.extensibility.core
If you want to use xWellBehaved.net together with everything xUnit.net has to offer (including assertion, analyzers, etc.), install the Xwellbehaved package.
If you want to choose your own assertion package, or your own analyzer, etc, then simply install the Xwellbehaved.Core package.
- Home
- Quick start
-
Documentation
- Writing scenarios
- Running scenarios
- Package dependencies
- Debugging scenarios
- Assertions
- Step names
- Debugging Scenarios with examples
- Background methods
- TearDown methods
- Async steps
- Object disposal
- Rollback
- Skipping steps and scenarios
- Step metadata
- Continuing on failure
- Step filters
- Changes in xBehave.net version 2.0
- Changes since deriving from xBehave.net
- Extending xWellBehaved.net
- FAQ
- Known Issues
- Contributions