Visual Studio Toolbox: Unit Testing: xUnit
This is the second of a four part series, recorded this summer, where I am joined by Phil Japikse to discuss unit testing. This series expands on the 2017 Unit Testing episode. In this episode, Phil and I cover the xUnit testing framework. After explaining the new terminology, the demonstrated features cover data driven (or scenario) tests, setup/dispose, and capturing output from unit tests.
Links:
- https://www.skimedic.com/blog
- https://github.com/skimedic/presentations/tree/master/UnitTesting
- https://xunit.github.io/
- https://github.com/moq/moq
Episodes in this series:
- Test Driven and Scenario Based Testing
- xUnit (this episode)
- MOQ Framework
- Existing Code