Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

FluentAssertions Should().BeEquivalentTo() fails with Lists containing run-time specified types deriving from identical interface

c# xunit fluent-assertions

Passing discriminated unions to InlineData attributes

How to correctly write async XUnit test?

c# asynchronous moq xunit

XUnit test is discovered but not run by 'run all tests'

xUnit.net: Test class constructors not being run?

c# .net xunit xunit.net

Resharper xUnit tests not working after installing .NET Core 2.0

.net-core resharper xunit

Change build status to succes in jenkins

Override jest-junit default output location?

C# xUnit Test listeners

c# .net selenium xunit xunit.net

How to set display name for class that contains tests in xUnit?

How to skip a test case which has Theory attribute not Fact

xunit xunit.net c#

Separate In Memory Databases EF7

F# Reactive wait for Observable to complete

f# system.reactive 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