Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / XUnit

XUnit

XUnit

Great Reads

by Vlad Neculai Vizitiu
Automation testing dogma and exploration
by Lee P Richardson
Code coverage is finally easy in .NET Core
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
by Daan Acohen
Boost your xUnit tests with detailed logging for clearer insights and easier debugging.

Latest Articles

by Vlad Neculai Vizitiu
Automation testing dogma and exploration
by Lee P Richardson
Code coverage is finally easy in .NET Core
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
by Daan Acohen
Boost your xUnit tests with detailed logging for clearer insights and easier debugging.

All Articles

Sort by Score

XUnit 

by Vlad Neculai Vizitiu
Automation testing dogma and exploration
by Lee P Richardson
Code coverage is finally easy in .NET Core
by Daan Acohen
The test problems you face when having a database dependency and how to resolve these problems
by Bohdan Stupak
A short take on brittle unit-tests and how to avoid them
by Zijian
Learn to use EventSourceDB through Unit Testing on xUnit.NET
by Nicolas DESCARTES
How to leverage Selenium for UI tests?
by Akram El Assas
Microservices sample architecture using ASP.NET Core, Ocelot, MongoDB and JWT
by Sean Rand
Getting the most from your test runner
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 Daan Acohen
A description of how you can let the HttpClient client do exactly what you want and test for that with xUnit
by freedeveloper
How to create a data access class in a way, that is possible to execute unit test on it