Info
Version: | 1.5.6883.34520 |
Author(s): | Jan-Joost van Zon |
Last Update: | Monday, November 5, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jjvanzon/JJ.Framework/tree/master/Framework/Testing |
NuGet Url: | https://www.nuget.org/packages/JJ.Framework.Testing |
Install
Install-Package JJ.Framework.Testing
dotnet add package JJ.Framework.Testing
paket add JJ.Framework.Testing
JJ.Framework.Testing Download (Unzip the "nupkg" after downloading)
Dependencies
- JJ.Framework.Reflection(>= 1.5.0 && < 1.6.0)
- JJ.Framework.Exceptions(>= 1.5.0 && < 1.6.0)
- JetBrains.Annotations(>= 2018.2.1)
Tags
Mimics the Assert class, but will display the tested expression in error messages, instead of being vague about it or laborious to program. It also offers methods to evaluate if the right exception goes off in the right spot with the right exception type and / or the right message.