BDD .Should() assertion syntax to NUnit

If you didn’t have a chance to review NUnit.Should library you definitely need to do that right now! (it’s available as NuGet Library Package as well)

NUnit.Should adds fancy BDD style syntax to NUnit. For example you could use 5.Should(Be.EqualTo(5)) instead of Assert.That(5, Is.EqualTo(5)).