Exemple #1
0
        public void CanChange_Url()
        {
            _configSettings.URL = "oldURL";
            _urlUpdateResponder.ConfigUpdated(new ConfigSettings {
                URL = "newURL"
            });

            _webClientFactory.AssertWasCalled(w => w.GetWebClient("newURL"));
        }