Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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