Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit.net

xUnit showing truncated Expected and Actual in Test Explorer

What is required to display custom messages in jenkins report?

Why does my Theory unit test say "test has multiple result outcomes" in the test explorer summary?

c# unit-testing xunit.net

How do I run in-memory integration tests using xUnit.net and ASP.NET 5?

asp.net-core xunit.net

How can I create and delete a database at the first and at the end of a Fact in XUnit testing?

How to exclude null value when using FsCheck Property attribute?

tdd xunit.net fscheck

Individual unit tests for each output of a method

How to filter unit tests by xUnit.net trait attribute when using VS test explorer?

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