Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

how do I make play framework (2.1) export test results in xunit format

How do I register an Arbitrary instance in FsCheck and have xUnit use it?

f# xunit fscheck

xUnit Non-Static MemberData

How to verify ILogger<T>.Log extension method has been called using Moq? [duplicate]

c# xunit

How do I mock AddAsync?

SslHandshakeException: An error occurred while attempting to establish an SSL or TLS connection

c# ssl imap xunit mailkit

How to run xunit in Visual Studio 2012?

xUnit.net Theory where MemberData is from derived class

c# xunit xunit.net

How do I output NUnit formatted xml with XUnit console?

xunit

Running xunit.net tests in VSTS

How can I throw Exception for async function using Moq

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