コード例 #1
0
        public void then_the_redirection_should_not_be_allowed_to_another_domain()
        {
            var result = _redirectProvider.ProcessRedirection(AnotherUrl);

            result.Allowed.Should().BeFalse();
        }