Rethinking Assert with Shouldly
I was doing a bit of work with Tweetdeck open, when I noticed this tweet. Dear .Net world, please stop writing barely readable unit tests with the old fashioned Assert.IsTrue()/AreEqual()/etc. syntax — jeremydmiller (@jeremydmiller) August 7, 2016 I’ve been using Assert.IsTrue() and its friends for years, so you might think I would take offense. But instead,…
