sps014 / BlazorBindGen

MIT License
16 stars 2 forks source link

How best to implement Test-Driven-Design? #4

Closed GeorgeS2019 closed 2 years ago

GeorgeS2019 commented 2 years ago

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

sps014 commented 2 years ago

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.