Info
Version: | 2.0.3 |
Author(s): | Ben Rees |
Last Update: | Wednesday, January 1, 2025 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Rees.UnitTestUtilities |
Install
Install-Package Rees.UnitTestUtilities
dotnet add package Rees.UnitTestUtilities
paket add Rees.UnitTestUtilities
Rees.UnitTestUtilities Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
PrivateAccessors- instantiate using non-public constructors, access non-public members, and invoke non-public methods.
Use with caution: using private accessors is not intended to be a preferred tool for unit testing, but sometimes is necessary.