Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

Unit test with static value

c# unit-testing xunit

How to provide List<int> for a data theory ? "InlineData" [duplicate]

c# xunit xunit.net

Run single test against multiple configurations in Visual Studio

How to mock UserManager<IdentityUser>

Converting Go testing output to XUnit

jenkins go xunit

How to execute XUnit tests via code

c# xunit xunit.net

Xunit and Mock data with Moq

c# .net unit-testing moq xunit

Cannot create Nuget package that has xunit as dependency

Unit Testing Azure Functions and .csx Files

The type or namespace name 'Startup' could not be found

XUnit DI through overridden Startup file (.net core)

testing asp.net-core xunit

.NET Core Xunit - IActionResult' does not contain a definition for 'StatusCode'

xunit test for IFormFile field in Asp.net Core

How to run "dotnet xunit PathToLibrary.dll" from command line (in Continous Integration)

.net-core xunit xunit.net

Creating a IEqualityComparer<IEnumerable<T>>

Mocking HttpResponse WriteAsync

How to unit test a class which calls service bus queue client SendAsync method

Lambda expression as inline data in xUnit

c# .net unit-testing xunit

Determine current path with DNX projects

c# asp.net xunit dnx appveyor

How to write a roslyn analyzer that references a dotnet standard 2.0 project