Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

Mock User.Identity in ASP.NET Core for Unit Testing [duplicate]

What is the attribute in Xunit that's similar to TestContext in Visual studio tests?

c# xunit xunit.net

How do I verify mocked async method called with correct expression?

Are there Parameterized Test Fixtures for xunit?

Jenkins with the Measurement Plots plugin does not plot measurements

plugins jenkins xunit

Let xUnit combine parameters

reusing the same tests for different implementation

Why does this Assert.Throws call resolve this way?

c# xunit

Alternative xUnit GUI runner

Moq & EF6 - Mocking EF6 Remove method not removing an object

Use multiple collectionfixture on my test class in xUnit 2.x

xunit xunit.net

Resharper not running xUnit tests

What would be an equivalent of Nunit's Assert.That in Xunit?

c# testing nunit xunit

System.MissingMethodException Unit Test

Invoking Func passed as a parameter to a mock using Moq and C#

c# .net moq capture xunit

XUnit test project with only 1 Main method: "Program has more than one entry point defined."

xUnit and multiple data records for a test

c# unit-testing xunit

How do I publish Boost unit tests with Jenkins pipeline and xUnit plugin

Instantiating IOptions<> in xunit