Creating strongly typed xUnit theory test data with TheoryData Posted on August 23, 2018 Written by The Curator In a recent post I described the various ways you can pass data to xUnit theory tests using attributes such as [InlineData], [ClassData], or [MemberData]. Read more Related