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
- Host: GitHub
- URL: https://github.com/ken-tucker/orlandocodecamp_xunitv3
- Owner: Ken-Tucker
- License: mit
- Created: 2024-12-26T21:57:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T22:14:38.000Z (about 1 year ago)
- Last Synced: 2025-04-22T23:26:14.190Z (about 1 year ago)
- Topics: orlando-code-camp-2025, xunit-tests, xunit-v3
- Language: C#
- Homepage:
- Size: 516 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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