bUnit-dev / bUnit

bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
https://bunit.dev
MIT License
1.14k stars 105 forks source link

Move IDiff assertions out of bUnit into own library #738

Closed egil closed 1 year ago

egil commented 2 years ago

The built-in IDiff assertions should not be part of the bunit.web package, as their domain language is Shouldly specific, and not broadly applicable/aligned with other assertions libraries.

This superseeds #420.

egil commented 1 year ago

Since we are deprecating these APIs entirely in v2, https://github.com/bUnit-dev/bUnit/pull/1056, this can be closed now.