Unit test framework based on XUnit and Moq.
Info
Version: | 2.0.29 |
Author(s): | LineTen |
Last Update: | Wednesday, November 13, 2024 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/LineTen.Unit.Tests.Framework |
Install
Install-Package LineTen.Unit.Tests.Framework
dotnet add package LineTen.Unit.Tests.Framework
paket add LineTen.Unit.Tests.Framework
LineTen.Unit.Tests.Framework Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Logging.Abstractions(>= 5.0.0)
- Microsoft.NET.Test.Sdk(>= 16.5.0)
- Moq(>= 4.14.6)
- Moq.AutoMock(>= 2.1.0)
- coverlet.collector(>= 1.2.0)
- xunit(>= 2.4.0)
- xunit.runner.visualstudio(>= 2.4.0)