xUnit is the collection name for unit-testing compliant frameworks following a specific architecture.
We've recently started using MediatR to allow us to de-clutter controller actions as we re-factor a large customer facing portal …
c# unit-testing moq xunit mediatrI have a interface which has a method to create instance of queue client and message factory. I have created …
c# unit-testing moq xunit azure-servicebus-queuesI 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 xunit2In the Java space, JUnit is predominately used and in .NET I believe nUnit is very popular. Is a community …
ruby unit-testing xunitMy jenkins jobs use testlink to store their test results. The testlink plugin changes the build status to unstable if …
jenkins jenkins-plugins xunit testlinkI’m using xUnit, SubSpec and FakeItEasy for my unit tests. I’ve so far created some positive unit tests …
c# unit-testing bdd xunit fakeiteasyI have a .NET Core test project that uses Xunit 2.2. Some of my tests are marked with traits. [Fact] [Trait("…
.net-core xunitI added the "xUnit.net runner for Visual Studio" v0.99.8 via Extensions Manager, but when I open the Test Explorer …
unit-testing xunit xunit.net visual-studio-2015I am attempting to assert that an object being returned by a method call is of the type List<…
c# xunit xunit.net