unit-testing-csharp icon indicating copy to clipboard operation
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.

Results 3 unit-testing-csharp issues
Sort by recently updated
recently updated
newest added

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 .

autofixture

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...

question

This page should explain the intent of the package and how to use its extension methods once installed.

autofixture