Skip to content

Ken-Tucker/OrlandoCodeCamp_XunitV3

Repository files navigation

Xunit V3

Orlando code camp 2025 presentation on Xunit V3

Topics covered

  • 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

About

Orlando code camp 2025 presentation on Xunit V3

Topics

Resources

License

Stars

Watchers

Forks

Languages