Skip to content

Releases: AArnott/Xunit.SkippableFact

v1.4.8

24 Apr 18:15
bea1452
Compare
Choose a tag to compare

Changes:

Fixes:

  • #14: Breaks test naming when using methodDisplayOptions

Others:

  • #19: Respect methodDisplayOptions
  • #18: Adding virtual and less restrictive access modifiers for reuse.

This list of changes was auto generated.

v1.3.12

03 Oct 17:31
c7f20ea
Compare
Choose a tag to compare
Merge pull request #12 from couven92/assert

Skip tests even if SkipException is coming from within Assert.Throws

v1.3.6

28 May 15:52
8eaf385
Compare
Choose a tag to compare
Merge pull request #9 from AArnott/FewerDeps

Remove NETStandard.Library from netstandard1.x deps

v1.3.3

16 Jul 05:16
Compare
Choose a tag to compare
Support for net45

v1.3.1

25 Mar 16:46
Compare
Choose a tag to compare
Migrate to .NET SDK projects

And target xunit 2.2.0

Fix iOS and Android test execution

24 Nov 21:35
Compare
Choose a tag to compare
Cause all but desktop targets to reference dotnet execution assemble so that it gets packaged up with the mobile app, provided they include this line in their entrypoint method:

this.AddExecutionAssembly(typeof(SkippableFactDiscoverer).Assembly);

Add support for WinRT/UWP

24 Nov 14:38
Compare
Choose a tag to compare

This release ensures that the tests can run on AppX packaged platforms

Add support for dotnet platforms

23 Nov 17:35
Compare
Choose a tag to compare

Add support for non-desktop targeting test libraries.

v1.1.4

09 Nov 00:08
Compare
Choose a tag to compare

Add ability to consider additional exceptions as skip signals