-
-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
enhancementNew feature or requestNew feature or request
Description
xUnit v3 is out, and while bUnit should work without issues with it, there are new things we may want to address:
- xUnit now has a TestContext type. See https://xunit.net/docs/getting-started/v3/whats-new#test-context
- IAssertionException and ITestTimeoutException are new interfaces that we can include in bUnit and mark our assertions exceptions with. See https://xunit.net/docs/getting-started/v3/whats-new#third-party-assertion-library-extension-points
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request