-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Description
Doc request for unit testing signalr in a ASP.NetCore 2.2 app
I am currently working on a signalr application and I want to be able to test my hubs. I couldn't find any information about unit testing signalr in AspNetCore/SignalR. The only information that i could find was from 2013 for AspNet/SignalR and is pretty outdated.
I am sugesting to put the topic about unit testing signalr on this location:
Docs/ASP.NET/ASP.NET Core/ASP.NET Core 2.2/Real-time apps/Unit testing
or
Docs/ASP.NET/ASP.NET Core/ASP.NET Core 2.2/Test, debug and roubleshoot/Unit testing/signalr hubs
This topic will cover the following topics:
Testing of hubs, testing of groups and examples.
A rough outline:
- Prerequisites
- Testing hubs
-- Using MSTest
-- Using NUnit
-- Using xUnit - Testing groups
-- Using MSTest
-- Using NUnit
-- Using xUnit - Examples
I hope this gets added because there is not a lot of information on this topic.