The Constraint Assertion Model is going to change your life
Up until recently, I have been stuck in the past with using version 2.6.4 of NUnit. I had never upgraded because I never knew of all the benefits that I could receive by…
Up until recently, I have been stuck in the past with using version 2.6.4 of NUnit. I had never upgraded because I never knew of all the benefits that I could receive by…
I have recently developed this pattern when I am writing tests that may not be new to some of you, but I wanted to share. It is using the TestCaseData class in combination with the…
At my current job, one big topic of conversation lately has been how we are passing in our configuration values to our Integration tests. I want to show you how you can use the *.runsettings…
In my previous post, Overview of the TestContext in NUnit. Part 1: Static properties and methods, I went over the static properties and methods that are available on the TestContext. I had briefly mentioned the…
This is the first post of a small series in which we will dig into the TestContext class. I originally had this as one post, but part way through it was quite obvious that there…