Common tools for writing tests using XUnit, AutoFixture, NSubstitute and FluentAssertions.
Info
Version: | 1.1.2 |
Author(s): | atc-net |
Last Update: | Wednesday, October 2, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/atc-net/atc-test |
NuGet Url: | https://www.nuget.org/packages/Atc.Test |
Install
Install-Package Atc.Test
dotnet add package Atc.Test
paket add Atc.Test
Atc.Test Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoFixture.AutoNSubstitute(>= 4.15.0)
- AutoFixture.Xunit2(>= 4.15.0)
- FluentAssertions(>= 5.10.3)
- NSubstitute(>= 4.2.2)
- xunit(>= 2.4.1)