Skip to content

Releases: chadly/xunit-bdd

v5.0.0

26 Apr 16:56
Compare
Choose a tag to compare

The project now uses the default xunit test runner again effectively eliminating the need for:

[assembly: TestFramework("Xunit.Extensions.ObservationTestFramework", "Xunit.Bdd")]

See the updated documentation.

v4.0.2

09 Oct 16:57
Compare
Choose a tag to compare

v4.0.1

02 Oct 20:47
Compare
Choose a tag to compare
  • #5 @tullo-x86 Allow tests to be skipped even when class initialization fails

v4.0.0

02 Oct 14:25
Compare
Choose a tag to compare
  • #2 Initialize test class once

Using different method to run test cases which improves performance and makes it easier to migrate from v1.x. See the updated documentation.

v3.0.0

21 Sep 16:53
Compare
Choose a tag to compare

Async tests FTW. All test classes that inherit from Specification are now required to implement an ObserveAsync method. See the README for more info.

v2.0.0

22 Aug 18:06
Compare
Choose a tag to compare

#1 Upgrade for xunit v2.2.0 compatibility. Also now targeting .net standard v1.1

v1.9.2

20 Feb 18:12
Compare
Choose a tag to compare

Upgrade to v1.9.2 of xunit.net