Info
Version: | 2019.8.14 |
Author(s): | Torbjörn Gyllebring |
Last Update: | Wednesday, August 14, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/drunkcod/Cone |
NuGet Url: | https://www.nuget.org/packages/Cone |
Install
Install-Package Cone
dotnet add package Cone
paket add Cone
Cone Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 11.0.1)
and domain code share the same concepts.
Checks are written in the same way as
they would be written in the production code thus reducing cognitive load and
nudging us towards a richer domain model over reliance on fancy matcher libraries.
Say no to FluentCobol, say hello to Check.That(() => actual == expected);.