Click here to Skip to main content
15,884,007 members
Everything / XUnit

XUnit

XUnit

Great Reads

by Nick Polyak
This article explains Test Driven Development using XUnit with a detailed sample.
by Akram El Assas
TDD in C# through a simple example
by Sean Rand
Getting the most from your test runner
by Bohdan Stupak
A short take on brittle unit-tests and how to avoid them

Latest Articles

by Akram El Assas
Microservices sample architecture using ASP.NET Core 8, Ocelot, MongoDB and JWT
by Akram El Assas
TDD in C# through a simple example
by Nicolas DESCARTES
How to leverage Selenium for UI tests?
by Zijian
From MsTest to xUnit

All Articles

Sort by Score

XUnit 

14 Aug 2023 by Daan Acohen
Explains how to do multiple assertions using the Fluent Assertions library, without multiple validation lines
21 May 2020 by Daan Acohen
An explanation of how to test validation attributes with xUnit
24 Nov 2023 by Zijian
From MsTest to xUnit
4 Feb 2017 by Dave Clemmer
Using XUnit.net to develop some unit tests, using Fact and Theory form of testing, including happy path tests and tests expected to throw exceptions
24 May 2020 by Daan Acohen
By using xUnit the right way, your logging can be improved and production problems can be solved easily or even prevented
13 Dec 2018 by Kaj Bromose
FakeItEasy, AutoData and InlineAutoData in action
26 May 2020 by Daan Acohen
Some functionality of Moq can be really important but can also be easily forgotten as explained here
19 Oct 2023 by Daan Acohen
Boost your xUnit tests with detailed logging for clearer insights and easier debugging.