An open API service indexing awesome lists of open source software.

https://github.com/ken-tucker/orlandocodecamp_xunitv3

Orlando code camp 2025 presentation on Xunit V3
https://github.com/ken-tucker/orlandocodecamp_xunitv3

orlando-code-camp-2025 xunit-tests xunit-v3

Last synced: 11 months ago
JSON representation

Orlando code camp 2025 presentation on Xunit V3

Awesome Lists containing this project

README

          

# 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