C# Class Dev2.Core.Tests.DeployViewModelTest

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

Private Methods

Method Description
DeployViewModelConnectWithServerExpectedDoesNotDisconnectOtherServers ( ) : void
DeployViewModelDeployWithServerExpectedDoesNotDisconnectOtherServers ( ) : void
DeployViewModelTest_DeployCommand_AConflictWasFoundAndUserOptsToOverwrite_DeploysSuccessfully ( ) : void
DeployViewModelTest_DeployCommand_AConflictWasFound_DialogIsShown ( ) : void
DeployViewModelTest_DeployCommand_AConflictWasNotFound_DialogIsNotShown ( ) : void
DeployViewModelTest_DeployCommand_HttpServer_DialogIsShown_ReturnsCancel_DeployStopped ( ) : void
DeployViewModelTest_DeployCommand_HttpServer_DialogIsShown_ReturnsNo_DeployStopped ( ) : void
DeployViewModelTest_DeployCommand_HttpServer_DialogIsShown_ReturnsNone_DeployStopped ( ) : void
DeployViewModelTest_DeployCommand_HttpServer_DialogIsShown_ReturnsYes_DeployContinues ( ) : void
DeployViewModelTest_DeployCommand_HttpsServer_DialogIsNotShown_DeployContinues ( ) : void
DeployViewModel_CanDeployWithSameSourceAndDestinationServer_ReturnsFalse ( ) : void
DeployViewModel_CanDeploy_IsAuthorizedToDeployToFrom_Correct ( ) : void
DeployViewModel_CanSelectAllDependencies_IsAuthorizedToDeployFrom_Correct ( ) : void
DeployViewModel_Constructor_Default ( ) : void
DeployViewModel_Constructor_GuidsPassed_SetsValues ( ) : void
DeployViewModel_Deploy_AssertSelectedEnvIsDestination ( ) : void
DeployViewModel_Deploy_WhenDeployingResource_ResourceRepositoryDeployCalled ( ) : void
DeployViewModel_DestinationContext_NullValue_ExpectNewguid ( ) : void
DeployViewModel_DestinationServerDisconnected_DestinationServerHasDroppedTrue ( ) : void
DeployViewModel_Dispose_ExpectUnsubscribeFromEventPublishers ( ) : void
DeployViewModel_EnvironmentDeletedCallsREmoveEnvironmentFromBothSourceAndDestinationNavigationViewModels ( ) : void
DeployViewModel_IsInstanceOfIHandleEnvironmentDeleted ( ) : void
DeployViewModel_SelectAllDependenciesCommand_DependencyCheckedItem_Selected ( ) : void
DeployViewModel_SelectAllDependenciesCommand_SourceExplorerItemModelsNull_NothingHappens ( ) : void
DeployViewModel_SelectAllDependenciesCommand_SourceNull_NothingHappens ( ) : void
DeployViewModel_SelectDependencies_DependencyFound_Selected ( ) : void
DeployViewModel_SelectDependencies_DependencyFound_Selected_ServerNotLocalHost ( ) : void
DeployViewModel_SelectDependencies_NoDependencies_NothingSelected ( ) : void
DeployViewModel_SelectDependencies_NullExplorerItemModel_DoesNothing ( ) : void
DeployViewModel_SelectDependencies_ResourceNotFound_DoesNothing ( ) : void
DeployViewModel_SelectDestinationServer_SelectDestinationServer_CalculateStatsHitAdterLoadCompleted ( ) : void
DeployViewModel_SelectDestinationServer_SelectDestinationServer_CalculateStatsHitOnce ( ) : void
DeployViewModel_SelectItemInDeploy_TwoServers_ItemAndServerSelected ( ) : void
DeployViewModel_SelectItemInDeploy_TwoServers_ItemAndServerSelected_ExpectChecked ( ) : void
DeployViewModel_ServersAreNotTheSame_DestinationServerIsNull_True ( ) : void
DeployViewModel_ServersAreNotTheSame_DestinationServerNullAppAddress_True ( ) : void
DeployViewModel_ServersAreNotTheSame_SourceDestinationServerNotSameAppAddress_True ( ) : void
DeployViewModel_ServersAreNotTheSame_SourceDestinationServerSameAppAddress_False ( ) : void
DeployViewModel_ServersAreNotTheSame_SourceServerIsNull_True ( ) : void
DeployViewModel_ServersAreNotTheSame_SourceServerNullAppAddress_True ( ) : void
DeployViewModel_SourceAndDestinationServerDisconnected_BothPropertiesTrue ( ) : void
DeployViewModel_SourceContext_NullValue_ExpectNewguid ( ) : void
DeployViewModel_SourceServerDisconnected_ClearsConflictingNodes ( ) : void
DeployViewModel_SourceServerDisconnected_SourceServerHasDroppedTrue ( ) : void
DeployViewModel_UnitTest_CanDeployToDisconnectedServer_ReturnsFalse ( ) : void
GetMockStudioResourceRepository ( ) : Mock
Init ( ) : void
Verify_CanDeploy_IsAuthorized ( bool expectedCanDeploy, bool isAuthorizedDeployFrom, bool isAuthorizedDeployTo ) : void
Verify_CanSelectAllDependencies_IsAuthorized ( bool expectedCanSelect, bool isAuthorizedDeployFrom ) : void