Acklann.Diffa
1.1.1
Diffa is a .netstandard unit-test assertion library that allows you to verify your test results against approved files. Inspired by [ApprovalTests](https://github.com/approvals/ApprovalTests.Net), Diffa will also automatically launch your favorite diff tool when an assertion fails so you can compare approve the results.
## Basic Use
[TestClass]
[SaveFilesAt("Approved/")]
[Use(typeof(DiffReporter))]
public class UnitTests
[TestMethod]
public void Ensure_results_is_well_formed()
=> Diff.Approve("This is my test results.");
Install-Package Acklann.Diffa -Version 1.1.1
dotnet add package Acklann.Diffa --version 1.1.1
<PackageReference Include="Acklann.Diffa" Version="1.1.1" />
paket add Acklann.Diffa --version 1.1.1
Release Notes
https://github.com/Ackara/Diffa/blob/master/changelog.md
Dependencies
-
.NETStandard 2.0
- System.Memory (>= 4.5.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.