Codinators.XunitHelpers is a Nuget package to help with
- loading test data from a JSON file for xUnit Tests. Read more at How to load test data from a json file for xUnit tests
- Multiple Asserts for xunit Tests.
- Auto Approving changed files for Approval Tests
- Verifying Calls to Mock
- Check if 2 collections are the same ignoring Order
- Check if 2 collections are the same and have elements in the same order
- Add custom messages to Asserts
dotnet add package Codinators.XunitHelpers
- Loading test data from a JSON file for xUnit Tests
- Multiple Asserts
- Auto Approver for Approval Tests
- Verify Calls to Mock
- Compare Collections ignoring Order
- Compare Collections in Order
- Add custom messages to Asserts
Please open an issue first to discuss what you would like to change.