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 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.
by Kaj Bromose
FakeItEasy, AutoData and InlineAutoData in action
by Daan Acohen
By using xUnit the right way, your logging can be improved and production problems can be solved easily or even prevented
by Daan Acohen
Explains how to do multiple assertions using the Fluent Assertions library, without multiple validation lines
by Zijian
From MsTest to xUnit
by Daan Acohen
An explanation of how to test validation attributes with xUnit
by Daan Acohen
Some functionality of Moq can be really important but can also be easily forgotten as explained here