Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring the topics covered in this chapter with deeper research.
Exercise 11.1 – Online-only material
You can read the official documentation for xUnit at the following link: https://xunit.net/.
Learn more about the xUnit packages and when to use them at the following link: https://xunit.net/docs/nuget-packages.
If you use MS Test then you can read about its latest improvements in the article, Introducing MSTest SDK – Improved Configuration & Flexibility, found at the following link: https://devblogs.microsoft.com/dotnet/introducing-mstest-sdk/.
Exercise 11.2 – Practice exercises
Consider an IProductService
interface that manages product information in an e-commerce system. This interface includes methods for getting product details, checking product availability, updating product information, handling notifications...