Info
Version: | 2.0.110 |
Author(s): | Davyd McColl Cobus Smit |
Last Update: | Wednesday, November 13, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/fluffynuts/NExpect |
NuGet Url: | https://www.nuget.org/packages/NExpect |
Install
Install-Package NExpect
dotnet add package NExpect
paket add NExpect
NExpect Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
No dependencies.
No dependencies.
No dependencies.
NExpect Provides Expect() syntax for doing assertions in .NET.
Framework-agnostic, throwing
UnmetExpectationExceptions for failures. Assertion exception type can be overridden at run-time.
NExpect has grammar inspired by Chai and extensibility inspired by Jasmine.