Пример #1
0
        public void AddPollyRegistry_ShouldRegisterCircuitBreakerManagerAsSingleton()
        {
            var serviceCollection = new ServiceCollectionImpl();

            serviceCollection.AddPollyRegistry();

            AssertManagerRegistered(serviceCollection);
        }