Tag: XUnit
How to unit test private methods in .NET Core applications? (even if it’s bad)
Introduction Yes it’s bad and dirty! Since your private methods are only an implementation detail…
Read MoreCode reliability: Unit testing with XUnit and FluentAssertions in .NET Core 2 apps
Introduction I decided to write this article because I’m really fan of XUnit and FluentAssertions…
Read More