Level Up Tests using a custom Assertion Library: Shouldly
When writing automated tests there is always some form of validation, usually called assertions. Typically the tool or framework you are using usually provides some form this functionality out of the box. For example whenever you create a test project in Visual Studio by default you are going to be using MSTest. I’ve used MSTest … [Read more…]