Ejemplo n.º 1
0
        public void Deploy_ResourcePermissions_TogglesDeployButtonCorrectly()
        {
            const string Source = "ResourceWithViewAndExecutePerm";

            SettingsUIMap.SetupPublicPermissionsForForLocalhost(Source);
            ExplorerUIMap.SetupPublicPermissionsForForRemoteServer(Source);
            ServerSourceUIMap.ChangeServerAuthenticationTypeToPublic();
            DeployUIMap.ValidateICanNotDeploy(Source);
        }