SpecEasy 3.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SpecEasy --version 3.1.0
NuGet\Install-Package SpecEasy -Version 3.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SpecEasy" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SpecEasy --version 3.1.0
#r "nuget: SpecEasy, 3.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SpecEasy as a Cake Addin
#addin nuget:?package=SpecEasy&version=3.1.0

// Install SpecEasy as a Cake Tool
#tool nuget:?package=SpecEasy&version=3.1.0

SpecEasy is a BDD-based unit testing framework for .NET that allows you to easily and quickly write tests using a fluid interface that reduces the amount of code required.

See https://github.com/speceasy/speceasy for full details.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0 82 4/15/2024
3.1.0 7,772 5/22/2018
3.0.12 862 10/18/2017
3.0.11 843 10/18/2017
3.0.10 878 10/18/2017
3.0.3 855 10/18/2017
2.1.0 932 5/1/2017
2.0.0 1,638 1/24/2014
1.0.0 1,354 9/13/2013

Version 2.1.0 of SpecEasy includes:
 - Prevent exceptions in the method under test from being ignored when there is also an assertion failure. See https://github.com/trackabout/speceasy/pull/24.
 - Added the ability to detect and use non-public constructors when constructing the SUT.
 - Enable the testing of abstract classes.
 - Support for .NET 4.5 in addition to the existing .NET 4.5.1 support.
 - Include spec method names as prefix for test case description.
 - Added `And` and `But` spec context methods. These methods set up context identically to the original `Given` methods but are provided as a way to improve readability.
 - Several other minor fixes and improvements.

Versions 3.0.x of SpecEasy include:
 - Support for NUnit 3.8.x
 - Support for .NET 4.5.2, .NET 4.6, .NET 4.6.1, and .NET 4.6.2

Versions 3.1.x of SpecEasy include:
 - Support for NUnit 3.10.x
 - Support for .NET 4.7, and .NET 4.7.1