xUnit.UserContext is an attribute based extension for xUnit that adds [UserFact] and [UserTheory] attributes, allowing tests to run under the context of a given Windows user.
Info
Version: | 1.0.4 |
Author(s): | Kurt Murrell |
Last Update: | Sunday, August 4, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kurtmkurtm/xUnit.UserContext |
NuGet Url: | https://www.nuget.org/packages/xUnit.UserContext |
Install
Install-Package xUnit.UserContext
dotnet add package xUnit.UserContext
paket add xUnit.UserContext
xUnit.UserContext Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Extensions.Configuration.UserSecrets(>= 2.2.0)
- SimpleImpersonation(>= 3.0.0)
- System.Reflection.Emit.Lightweight(>= 4.3.0)
- xunit(>= 2.4.0)
- Microsoft.Extensions.Configuration.UserSecrets(>= 2.2.0)
- SimpleImpersonation(>= 3.0.0)
- System.Reflection.Emit.Lightweight(>= 4.3.0)
- xunit(>= 2.4.0)