csnewman / BlazorSignalR

SignalR Core C# client Blazor compatibility
MIT License
64 stars 21 forks source link

Add testing #22

Open csnewman opened 5 years ago

csnewman commented 5 years ago

Add some sort of end to end testing to ensure the protocol works as expected.

Maybe even a stub server implementation that checks the client is sending the expected packet format etc.

Currently all testing is handled by just seeing if it works, what isn't sustainable.