Running Machine.Spec tests as part of your Xamarin development

added by Robert Greyling
10/9/2015 12:00:00 AM

369 Views

Recently I've started to write more and more of my unit tests with Machine.Specs, for more information on Machine.Specs see their Github readme here. I much prefer it over alternatives such as NUnit as it enforces a Arrange-Act-Assert pattern within your tests, forces you to split your tests into logical classes, removes attribute clutter and makes your tests human-ly readable (useful for project managers, testers and onboarding fellow developers).


0 comments