Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit.net

Share state between tests that run in parallel with XUnit.net

xunit.net

Asynchronous tests in VSUTF, NUnit, xUnit.NET, MbUnit vs. SUTF?

c# nunit mstest mbunit xunit.net

xUnit.net: Test class constructors not being run?

c# .net xunit xunit.net

Can TransactionScope rollback be used with Selenium or Watin?

c# asp.net selenium xunit.net

XUnit.net capture the result of each test right after it runs

c# unit-testing xunit.net

c# Xunit, Assert.Throws fails when expected exception raised

C# xUnit Test listeners

c# .net selenium xunit xunit.net

How does TeamCity know when an xUnit.net test is run?

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#

Visual Studio, test explorer is slow to start unit tests

AutoFixture CompositeDataAttribute does not work with PropertyDataAttribute

c# xunit.net autofixture

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

c# xunit xunit.net

Verify with xUnit and Moq if a method was executed base on a condition

c# .net-core moq xunit.net

How to execute XUnit tests via code

c# xunit xunit.net

Always Freeze mocks using AutoFixture, XUnit, and Moq

How to combine PropertyData and AutoNSubstituteData attributes in xunit/autofixture?

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

XUnit and AutoFixture Exception No Data found for (test name)

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

.net-core xunit xunit.net