Related to the version 2 of XUnit
UPDATE: Adding a 2019; the discovery/runner integration mechanism is same as per 2017 & 2015, so the key things that can go …
.net visual-studio unit-testing visual-studio-2015 xunit2Context in XUnit github I found this: Add Assert.Equal(expected, actual, message) overload #350 (so a developer ask for a …
c# unit-testing xunit assertions xunit2I have a large test suite in a .NET Core project. I can use the Test Explorer window to select …
xunit.net .net-core .net-core-rc2 xunit2When you use [Theory] together with [InlineData] it will create a test for each item of inline data that is …
c# xunit.net data-driven-tests xunit2I'm using xUnit 2.0 collection fixtures to share a common database setup/teardown between a number of different test classes. The …
c# xunit.net xunit2I am trying to do the following in an XUnit project to get the connectionstring to the database my tests …
asp.net asp.net-core xunit xunit.net xunit2I am implementing Xunit with Autofac, I could make it work by below code: using (var scoped = DbFixture.Container.Resolve&…
asp.net-core autofac xunit2I'm following this tutorial Integration Testing with Entity Framework Core and SQL Server My code looks like this Integration Test …
c# asp.net-core integration-testing entity-framework-core xunit2