AutoTest.ArgumentNullException.Xunit
0.10.0
AutoTest.ArgumentNullException is an automated unit testing component to ensure methods with nullable parameters correctly throw an ArgumentNullException when they are supplied null parameters.
Install-Package AutoTest.ArgumentNullException.Xunit -Version 0.10.0
dotnet add package AutoTest.ArgumentNullException.Xunit --version 0.10.0
<PackageReference Include="AutoTest.ArgumentNullException.Xunit" Version="0.10.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutoTest.ArgumentNullException.Xunit --version 0.10.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AutoTest.ArgumentNullException.Xunit, 0.10.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETFramework 4.5.2
- AutoTest.ArgumentNullException (>= 0.10.0)
- xunit.assert (>= 2.4.1)
- xunit.extensibility.core (>= 2.4.1)
-
.NETStandard 1.5
- AutoTest.ArgumentNullException (>= 0.10.0)
- NETStandard.Library (>= 1.6.1)
- xunit.assert (>= 2.4.1)
- xunit.extensibility.core (>= 2.4.1)
-
.NETStandard 2.0
- AutoTest.ArgumentNullException (>= 0.10.0)
- xunit.assert (>= 2.4.1)
- xunit.extensibility.core (>= 2.4.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.