Orlando code camp 2025 presentation on Xunit V3
- Facts
- Basic tests
- cannot pass in data
- Theory
- Can pass in data to tests
- Use InlineData
- MatrixTheoryData
- TheoryDataRow
- Skipping Tests
- Fixtures
- Can use to run code before tests run
- Ordering Tests
- Outputing messages from tests
- Can out TRace or Debug Statements
- Console.WriteLine