Testing a Blazored Modal with bUnit

I recently needed to add unit tests on a modal window that uses the library Blazored.Modal. As it is a component, I used the library bUnit for my tests. On the other hand, I encountered some problems when setting up the tests, so I thought I would share with you what I did to simplify my life.

Continue reading « Tester un Blazored Modal avec bUnit »