TUnit is a modern testing framework for .NET that simplifies test creation and data management.
- Method-level test data using
[Arguments] - Class-level data injection
- Matrix testing for testing all input combinations
- Custom data generators
- Method data sources
- Class data sources with different sharing strategies
- Property injection
Built-in support for dependency injection through constructors and properties
For detailed documentation and examples, visit https://tunit.dev/