Info
Version: | 2.0.0 |
Author(s): | Ben Rees |
Last Update: | Thursday, July 18, 2024 |
.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.