Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Package dependencies

Adam Ralph edited this page Mar 6, 2018 · 1 revision

The package dependencies are as follows:

Xbehave
    │
    ├ Xbehave.Core
    │     └ xunit.core
    │
    └ xunit
          ├ xunit.analyzers
          ├ xunit.assert
          ├ xunit.core
          └ ...

If you want to use xBehave.net together with everything xUnit.net has to offer (including assertion, analyzers, etc.), install the Xbehave package.

If you want to choose your own assertion package, or your own analyzer, etc., install the Xbehave.Core package.

Clone this wiki locally