public void BlockAllMixedContent_EnablesDirective() { Assert.False(_options.MixedContentDirective.Enabled); _options.BlockAllMixedContent(); Assert.True(_options.MixedContentDirective.Enabled); }