sps014/BlazorBindGen

How best to implement Test-Driven-Design?

Closed this issue · 1 comments

To evaluate the feasibility and possible errors WHILE using BlazorBindGen on a particular import project : e.g. jitsi-meet

How would you suggest how to proceed to do some unit tests to do TDD on jitsi-API as demonstrated by the example here

I would suggest to use BUnit Library , it provide Mockable IJSRuntime with which you should be able to test even JS binded components and code.