|
AddGroupAsyncForConnectionOnDifferentServerAlreadyInGroupDoesNothing()
|
Specification test for SignalR HubLifetimeManager.
|
|
AddGroupAsyncForConnectionOnDifferentServerWorks()
|
Specification test for SignalR HubLifetimeManager.
|
|
AddGroupAsyncForLocalConnectionAlreadyInGroupDoesNothing()
|
Specification test for SignalR HubLifetimeManager.
|
|
CanCancelClientResult()
|
Specification test for SignalR HubLifetimeManager.
(Inherited from HubLifetimeManagerTestsBase<THub>)
|
|
CanProcessClientReturnErrorResult()
|
Specification test for SignalR HubLifetimeManager.
(Inherited from HubLifetimeManagerTestsBase<THub>)
|
|
CanProcessClientReturnErrorResultAcrossServers()
|
Specification test for SignalR HubLifetimeManager.
|
|
CanProcessClientReturnResult()
|
Specification test for SignalR HubLifetimeManager.
(Inherited from HubLifetimeManagerTestsBase<THub>)
|
|
CanProcessClientReturnResultAcrossServers()
|
Specification test for SignalR HubLifetimeManager.
|
|
ClientDisconnectsWithoutCompletingClientResult()
|
Specification test for SignalR HubLifetimeManager.
(Inherited from HubLifetimeManagerTestsBase<THub>)
|
|
ClientDisconnectsWithoutCompletingClientResultOnSecondServer()
|
Specification test for SignalR HubLifetimeManager.
|
|
ClientReturnResultAcrossServersWithWrongReturnedTypeErrors()
|
Specification test for SignalR HubLifetimeManager.
|
|
ConnectionDoesNotExist_FailsInvokeConnectionAsync()
|
Specification test for SignalR HubLifetimeManager.
|
|
ConnectionIDNotPresentMultiServerWhenInvokingClientResult()
|
Specification test for SignalR HubLifetimeManager.
|
|
ConnectionIDNotPresentWhenInvokingClientResult()
|
Specification test for SignalR HubLifetimeManager.
(Inherited from HubLifetimeManagerTestsBase<THub>)
|
|
CreateBackplane()
|
Method to create an implementation of an in-memory backplane for use in tests.
|
|
CreateNewHubLifetimeManager()
|
Method to create an implementation of HubLifetimeManager<THub> for use in tests.
(Inherited from HubLifetimeManagerTestsBase<THub>)
|
|
CreateNewHubLifetimeManager(TBackplane)
|
Method to create an implementation of HubLifetimeManager<THub> that uses the backplane from CreateBackplane().
|
|
DisconnectConnectionRemovesConnectionFromGroup()
|
Specification test for SignalR HubLifetimeManager.
|
|
ExceptionWhenIncorrectClientCompletesClientResult()
|
Specification test for SignalR HubLifetimeManager.
(Inherited from HubLifetimeManagerTestsBase<THub>)
|
|
InvocationsFromDifferentServersUseUniqueIDs()
|
Specification test for SignalR HubLifetimeManager.
|
|
InvokeAllAsyncWithMultipleServersDoesNotWriteToDisconnectedConnectionsOutput()
|
Specification test for SignalR HubLifetimeManager.
|
|
InvokeAllAsyncWithMultipleServersWritesToAllConnectionsOutput()
|
Specification test for SignalR HubLifetimeManager.
|
|
InvokeConnectionAsyncForLocalConnectionDoesNotPublishToBackplane()
|
Specification test for SignalR HubLifetimeManager.
|
|
InvokeConnectionAsyncOnServerWithoutConnectionWritesOutputToConnection()
|
Specification test for SignalR HubLifetimeManager.
|
|
InvokeGroupAsyncOnServerWithoutConnectionWritesOutputToGroupConnection()
|
Specification test for SignalR HubLifetimeManager.
|
|
InvokesForMultipleClientsDoNotCollide()
|
Specification test for SignalR HubLifetimeManager.
(Inherited from HubLifetimeManagerTestsBase<THub>)
|
|
InvokeUserSendsToAllConnectionsForUser()
|
Specification test for SignalR HubLifetimeManager.
|
|
RemoveGroupAsyncForConnectionOnDifferentServerWorks()
|
Specification test for SignalR HubLifetimeManager.
|
|
RemoveGroupFromConnectionOnDifferentServerNotInGroupDoesNothing()
|
Specification test for SignalR HubLifetimeManager.
|
|
RemoveGroupFromLocalConnectionNotInGroupDoesNothing()
|
Specification test for SignalR HubLifetimeManager.
|
|
SendAllAsyncDoesNotWriteToDisconnectedConnectionsOutput()
|
Specification test for SignalR HubLifetimeManager.
(Inherited from HubLifetimeManagerTestsBase<THub>)
|
|
SendAllAsyncWritesToAllConnectionsOutput()
|
Specification test for SignalR HubLifetimeManager.
(Inherited from HubLifetimeManagerTestsBase<THub>)
|
|
SendConnectionAsyncWritesToConnectionOutput()
|
Specification test for SignalR HubLifetimeManager.
(Inherited from HubLifetimeManagerTestsBase<THub>)
|
|
SendGroupAsyncWritesToAllConnectionsInGroupOutput()
|
Specification test for SignalR HubLifetimeManager.
(Inherited from HubLifetimeManagerTestsBase<THub>)
|
|
SendGroupExceptAsyncDoesNotWriteToExcludedConnections()
|
Specification test for SignalR HubLifetimeManager.
(Inherited from HubLifetimeManagerTestsBase<THub>)
|
|
StillSubscribedToUserAfterOneOfMultipleConnectionsAssociatedWithUserDisconnects()
|
Specification test for SignalR HubLifetimeManager.
|
|
WritingToGroupWithOneConnectionFailingSecondConnectionStillReceivesMessage()
|
Specification test for SignalR HubLifetimeManager.
|
|
WritingToRemoteConnectionThatFailsDoesNotThrow()
|
Specification test for SignalR HubLifetimeManager.
|