BrandGhost
Is THIS The Best Way To Parameterize Tests? - xUnit Theory Data

Is THIS The Best Way To Parameterize Tests? - xUnit Theory Data

xUnit is a popular testing framework that we can use to test our dotnet applications. But it's got a smell that I've been putting up with for years. The parameterized test data sucks. We lose all of our type safety when creating generators for object arrays! Yuck! But what if there was a better way? What if we could ensure type safety with parameterized tests in xUnit? Let's check out Theory Data!
An error has occurred. This application may no longer respond until reloaded. Reload