You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> TDbContext is any class which inherit from ```Microsoft.EntityFrameworkCore.DbContext``` or DbContext itself.
74
+
#### 5. For testing with ```IHubContext<THub>```see [this](https://github.com/NightAngell/SignalR_UnitTestingSupport/wiki/Associated-with-IHubContext-for-Hub).
75
+
#### 5. For testing with ```IHubContext<THub, TIHubResponses>``` see [this](https://github.com/NightAngell/SignalR_UnitTestingSupport/wiki/Associated-with-IHubContext-for-HubT).
64
76
65
-
### Important
66
-
```HubUnitTestsBaseCommon``` is internal class (it must be marked by code as public). Do not use it.
67
-
77
+
## 2) Testing objects approach (Alternative, if you can't use base classes).
78
+
How use second approach. See [this](https://github.com/NightAngell/SignalR_UnitTestingSupport/wiki/How-use-testing-support-if-you-don't-want-(or-you-can%60t)-use-provided-by-me-base-classes-or-your-testing-framework-don't-support-before-and-after-each-test-code-execution-features).
68
79
## For full docs see: [Docs](https://github.com/NightAngell/SignalR_UnitTestingSupport/wiki)
0 commit comments