MADE.NET Testing provides test framework agnostic helpers and extensions to perform assertions on your defined scenarios. Whether you like to use MSTest, NUnit, or xUnit, this library will follow you wherever you go!
$ dotnet add package MADE.TestingThe MADE.NET Testing library provides test framework agnostic helpers and extensions to perform assertions on your defined scenarios. Whether you like to use MSTest, NUnit, or xUnit, this library will follow you wherever you go!
You can install the Testing library into your dotnet application by running the following command:
dotnet add package MADE.Testing
Or by adding the MADE.Testing package in your NuGet package manager of choice.
Contributions, issues and feature requests are welcome!
Feel free to check the issues page. You can also take a look at the contributing guide.
We actively encourage you to jump in and help with any issues, and if you find one, don't forget to log it!
As many developers know, projects like this are built and maintained in maintainers' spare time. If you find this project useful, please Star or sponsor the repo on GitHub.
This project is made available under the terms and conditions of the MIT license.