How to run every possible combination of arguments in xUnit

If you’ve ever made a test in xUnit with something like 8+ InlineDatas and thought that there has to be a better way… Well, there is! The Xunit.Combinatorial package by Andrew Arnott allows you to specify values in multiple CombinatorialValues attributes, then will run a separate test for each possible combination of those values. It’s

How to run every possible combination of arguments in xUnit Read More »

How to get ideas for conference talks and get them accepted

I recently attended DevOps Days Austin (which was fantastic and I highly recommend it) and gave an ignite talk there. A recurring activity in DevOpsDays conferences is something called open table or open space, where anyone from the conference can come up to some kind of whiteboard, wall of sticky notes, spreadsheet, etc. and write down

How to get ideas for conference talks and get them accepted Read More »

Scroll to Top