C# Class Dev2.Core.Tests.Security.ClientSecurityServiceTests

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Verify_EnvironmentConnection_NetworkStateChanged ( NetworkState fromState, NetworkState toState ) : void

Private Methods

Method Description
ClientSecurityService_Constructor_EnvironmentConnectionIsNull_ThrowsArgumentNullException ( ) : void
ClientSecurityService_EnvironmentConnection_NetworkStateChangedToOffline_DoesNotInvokeRead ( ) : void
ClientSecurityService_EnvironmentConnection_NetworkStateChangedToOnline_DoesNotInvokeRead ( ) : void
ClientSecurityService_OnDispose_DoesNothing ( ) : void
ClientSecurityService_PermissionsModified_NewPermissionsReceived_ShouldReplaceCurrentPermissions ( ) : void
ClientSecurityService_Read_DoesInvokeReadAsync ( ) : void
ClientSecurityService_WritePermissions_DoesNothing ( ) : void

Method Details

Verify_EnvironmentConnection_NetworkStateChanged() public method

public Verify_EnvironmentConnection_NetworkStateChanged ( NetworkState fromState, NetworkState toState ) : void
fromState NetworkState
toState NetworkState
return void