Xunit3 support #533
-
Just curious if reqnroll plan to add xunit3 to its reqnroll in the nearest future ?. I am still using Nunit but was exploring trying to use Verify today but noticed it was only Xunit and no Nunit support. was pondering if switching from nunit to xunit was worth it then seen Xunit3 is failrly new so was checking if its worth waiting. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
DerAlbertCom
Mar 21, 2025
Replies: 1 comment 1 reply
-
never mind found what i was looking for over here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TestRunner support in Verify is just a little Wrapper, nothing fancy. But Verify has NUnit support. https://www.nuget.org/packages/Verify.NUnit/
If still you plan to switch to xUnit, you can already use xUnit v2. With Reqnroll and Verify. The switch to xUnit v3 when xUnit 3 eventually will be supported will not be that hard, from a Test Writing perspective it's mostly additive and using the same namespace then v2.