Пример #1
0
        public void AddDefaultImplementations_ShouldAddMappingForHttpContextWrapper()
        {
            var result = new DIConfiguration().Build();

            Assert.IsTrue(result.Any(x => x.Key == typeof(IHttpContextWrapper) && x.Value == typeof(HttpContextWrapper)));
        }