Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit.net

How do I get ExcelData attribute for xunit.net in VS 2015?

How to call a dependency injection class method in unit test?

How to get standard xUnit v2 XML file with test results

c# xml xunit.net

Where to put my xUnit tests for an F# assembly?

'dotnet test' doesn't discover any test

c# .net-core xunit.net

xUnit + Gallio + code coverage in Visual Studio 2010

Using FluentAssertions .Should().NotBeNull() instead of Assert.NotNull(record.Message) give a Possible NullReference smell

creating controller in a test using AutoNSubstituteData xUnit and AutoFixture

InlineAutoData Data For Specific Parameter Argument

Where is the xUnit project type in Visual Studio 2022?

How to run a slightly different version of a test class in xunit

dotCover and xUnit not gathering coverage statistics in some environments

xunit.net dotcover

TeamCity build does not run new XUnit tests

git teamcity xunit.net

Unconstrained Isolation (mocking) framework for dotnet core

XUnit2 not finding tests anymore after upgrading VS2015 to Update 3

Running xUnit tests on Teamcity using async methods

How to run a function when return value is void upon setup in Moq

c# unit-testing moq xunit.net