https://github.com/soenneker/soenneker.tests.integration
An abstract xUnit test class for end-to-end integration, involving WebApplicationFactory, tests
https://github.com/soenneker/soenneker.tests.integration
csharp dotnet fixture integration integrationfixture integrationtest test tests util webapplicationfactory xunit
Last synced: 3 days ago
JSON representation
An abstract xUnit test class for end-to-end integration, involving WebApplicationFactory, tests
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.tests.integration
- Owner: soenneker
- License: mit
- Created: 2025-04-03T15:35:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-12T20:28:18.000Z (28 days ago)
- Last Synced: 2026-05-12T22:24:32.513Z (28 days ago)
- Topics: csharp, dotnet, fixture, integration, integrationfixture, integrationtest, test, tests, util, webapplicationfactory, xunit
- Language: C#
- Homepage: https://soenneker.com
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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.integration/)
[](https://github.com/soenneker/soenneker.tests.integration/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.tests.integration/)
[](https://github.com/soenneker/soenneker.tests.integration/actions/workflows/codeql.yml)
#  Soenneker.Tests.Integration
### An abstract xUnit test class for end-to-end integration (involving WebApplicationFactory) tests
## Installation
```
dotnet add package Soenneker.Tests.Integration
```