https://github.com/dailydevops/extensions.test
Compatibility library for solutions using multiple .NET test frameworks.
https://github.com/dailydevops/extensions.test
dotnet mstest mstest-extensions nunit nunit-extensions tunit tunit-extensions xunit xunit-extensions
Last synced: 9 months ago
JSON representation
Compatibility library for solutions using multiple .NET test frameworks.
- Host: GitHub
- URL: https://github.com/dailydevops/extensions.test
- Owner: dailydevops
- License: mit
- Created: 2023-01-09T10:11:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T13:57:31.000Z (9 months ago)
- Last Synced: 2025-04-06T14:02:16.385Z (9 months ago)
- Topics: dotnet, mstest, mstest-extensions, nunit, nunit-extensions, tunit, tunit-extensions, xunit, xunit-extensions
- Language: C#
- Homepage:
- Size: 765 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# NetEvolve.Extensions
Compatibility library for solutions using multiple .NET test frameworks.
The following test frameworks are supported
- [MSTest](https://www.nuget.org/packages/NetEvolve.Extensions.MSTest)
- [NUnit](https://www.nuget.org/packages/NetEvolve.Extensions.NUnit)
- [TUnit](https://www.nuget.org/packages/NetEvolve.Extensions.TUnit)
- [XUnit](https://www.nuget.org/packages/NetEvolve.Extensions.XUnit)
- [XUnit.V3](https://www.nuget.org/packages/NetEvolve.Extensions.XUnit.V3)