-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xUnit v3 support / enhancements #1631
Comments
We also might wanna add |
Plus we might wanna migrate our testbase sooner or later to |
We would need an abstraction and add this behavior as a 3rd party package, not? |
No we simply create the interfaces in our project, probably as internal. XUnit just matches on the name. We don't need a dependency on xUnit packages. UPDATE: The interfaces are not included with xunit at all. There are just logic looking for interfaces with those names. So the assertion exceptions we throw should implement an |
We only really have two candidates, in my opinion: All other exceptions like |
xUnit v3 is out, and while bUnit should work without issues with it, there are new things we may want to address:
The text was updated successfully, but these errors were encountered: