So far in this xUnit series, we've focused on tests that run using the [Fact] attribute. In this video, I'll introduce the [Theory] test attribute and the [InlineData] attribute. This will allow us to write tests that run multiple times with different test data.