Serializing XUnit test cases
XUnit has some cool stuff like Theory, which lets you write multiple test cases to run against the same test code. This lets you test multiple paths with different inputs without having to write multiple tests. This can save you a lot of time as you can cover a lot of ground with a single … [Read more…]