Replies: 1 comment 6 replies
-
Hi Egil, Thanks for your interest. Love the work you do on bUnit! @dvoituron os our residential testing expert, so I am sure he can and will have answers for you. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, creator of bUnit here.
I just browsed through some of the project's tests, and they look really clean.
It's always interesting to see how something you have built is being used, thus, a few questions:
Did you consider having the test classes inherit from
TestContext
directly, and if yes, why did you decide on the approach you have taken instead?Did you try to use https://github.com/VerifyTests/Verify.AngleSharp or https://github.com/VerifyTests/Verify.Blazor instead of your own snapshot testing. If yes, why didn't they work for you?
I'll take another look again later this weekend and may have more questions.
Thanks, Egil!
Beta Was this translation helpful? Give feedback.
All reactions