https://github.com/soenneker/soenneker.tests.fixturedunit
A fundamental xUnit test that stores UnitFixture and provides synthetic inversion of control
https://github.com/soenneker/soenneker.tests.fixturedunit
csharp dotnet fixture test unit xunit
Last synced: 5 days ago
JSON representation
A fundamental xUnit test that stores UnitFixture and provides synthetic inversion of control
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.tests.fixturedunit
- Owner: soenneker
- License: mit
- Created: 2023-03-24T01:02:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-06-14T17:15:51.000Z (5 days ago)
- Last Synced: 2026-06-14T19:09:47.512Z (5 days ago)
- Topics: csharp, dotnet, fixture, test, unit, xunit
- Language: C#
- Homepage: https://soenneker.com
- Size: 2.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/Soenneker.Tests.FixturedUnit/)
[](https://github.com/soenneker/soenneker.tests.fixturedunit/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/Soenneker.Tests.FixturedUnit/)
[](https://github.com/soenneker/soenneker.tests.fixturedunit/actions/workflows/codeql.yml)
#  Soenneker.Tests.FixturedUnit
### A fundamental xUnit test that stores UnitFixture and provides synthetic inversion of control
## Installation
```
dotnet add package Soenneker.Tests.FixturedUnit
```