Info
Version: | 7.0.0-beta.3 |
Author(s): | Llewellyn Falco & Dan Gilkerson & Simon Cropp |
Last Update: | Saturday, May 11, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/approvals/ApprovalTests.Net |
NuGet Url: | https://www.nuget.org/packages/ApprovalTests |
Install
Install-Package ApprovalTests
dotnet add package ApprovalTests
paket add ApprovalTests
ApprovalTests Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- ApprovalUtilities(>= 5.4.5)
- DiffEngine(>= 6.4.6)
- EmptyFiles(>= 2.3.1)
- Microsoft.Win32.Registry(>= 5.0.0)
- TextCopy(>= 4.2.0)
- ApprovalUtilities(>= 5.4.5)
- DiffEngine(>= 6.4.6)
- EmptyFiles(>= 2.3.1)
- Microsoft.Win32.Registry(>= 5.0.0)
- TextCopy(>= 4.2.0)
Tags
Unit testing asserts can be difficult to use. Approval tests simplify this by taking a snapshot of the results, and confirming that they have not changed.