ExpressiveAssertions 0.9.2
See the version list below for details.
dotnet add package ExpressiveAssertions --version 0.9.2
NuGet\Install-Package ExpressiveAssertions -Version 0.9.2
<PackageReference Include="ExpressiveAssertions" Version="0.9.2" />
paket add ExpressiveAssertions --version 0.9.2
#r "nuget: ExpressiveAssertions, 0.9.2"
// Install ExpressiveAssertions as a Cake Addin #addin nuget:?package=ExpressiveAssertions&version=0.9.2 // Install ExpressiveAssertions as a Cake Tool #tool nuget:?package=ExpressiveAssertions&version=0.9.2
Flexible Assertion Library Leveraging the .NET Expression Tree Syntax
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ExpressiveAssertions:
Package | Downloads |
---|---|
ExpressiveAssertions.MSTest
Flexible assertion library leveraging the .NET expression tree syntax |
|
ExpressiveAssertions.XUnit
Flexible assertion library leveraging the .NET expression tree syntax |
GitHub repositories
This package is not used by any popular GitHub repositories.
* 0.9.2 - better error reporting in the mstest driver
* 0.9.2 - started removing code contracts stuff because they don't report error messages the way i want
* 0.9.2 - Renamed the Assert() method to be just another overload of Check() instead
* 0.9.2 - Add the concept of context data including api methods for using It
* 0.9.2 - updates to generic AreEqual and AreNotEqual to use object.Equals() for proper equality checking in case of anonymous types
* 0.9.2 - new assertions nfor IsInstanceof() / IsNotInstanceOf()
* 0.9.2 - add initial suite of assertions for collection types
* 0.9.2 - new assertions for IsNull() / IsNotNull()
* 0.9.2 - new assertions for IsTrue() / IsFalse()
* 0.9.2 - new assertions for Throws()
* 0.9.2 - add SoftAssertionTool
* 0.9.2 - unit testing for assertion context code
* 0.9.1 - add license files to nuget package
* 0.9.0 - this is the initial release, and is a beta / alpha version with some incomplete / missing features