unit-testing-csharp
unit-testing-csharp copied to clipboard
This repository contains the source files for the course "Unit Testing in C#". The course is currently available at the wiki of the repository.
For the data annotation (or customizations 🤔 ) it might be worth mentioning NoDataAnnotationsCustomization. I found out about it through this page, if you're interested https://github.com/AutoFixture/AutoFixture/issues/722 .
It is not an issue, but a question. I wonder is it possible to extend frozen attribute and set the value? To have something like this. ``` public class TestClass...
This page should explain the intent of the package and how to use its extension methods once installed.