Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

How to let xUnit runner only execute tests in specific classes?

msbuild xunit xunit.net

How to run XUnit tests in the project.json and dotnet tfm world

xunit dnx project.json

VS2015 Code Coverage not working with tests in ASP.NET Core 1.0 (formerly known as ASP.NET 5)

Can not instantiate proxy of class. Could not find a parameterless constructor

Anyone used SpecFlow with xUnit 2.0 successfully?

c# bdd specflow xunit

Running code on assembly load in xUnit

c# xunit xunit.net

Run/Exclude Specific Tests in Build Definition Team Foundation Server 2015

tfs xunit tfs-2015

Publishing xunit test results in Azure Devops fails with "No Result Found to Publish"

azure-pipelines xunit

xunit - how to get HttpContext.User.Identity in unit tests

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