Testing.Commons.NUnit sees the Light

 
event

Yup, as I mentioned before, after the first “full release” of Testing.Commons, Testing.Commons.NUnit would start to receive more love (and code commits, now that we are at it).

The first version (0.1) has been released. Binaries can be downloaded from NuGet.

Inside the Box?

For this premier, I chose to include a base test fixture that makes easier to write AAA tests. Just inherit from ArrangingTest, implement the method that initializes the SUT, and the subject will be initialized for you and the beginning of each test.

Also included goes the ConstrainedEnumerable constraint. That allows constraints to be applied to each member of an enumerable and provide meaningful feedback when it fails:

Have fun using it and do not forget to give feedback and getting involved in the project!