Arc.Integration.Tests.Configuration.BaseConfigurationTests.Should_configure_service_locator_provider C# (CSharp) Метод

Should_configure_service_locator_provider() приватный Метод

private Should_configure_service_locator_provider ( ) : void
Результат void
        public void Should_configure_service_locator_provider()
        {
            Application.ServiceLocatorIs(CreateServiceLocator());

            Assert.That(ServiceLocator.InnerServiceLocator, Is.Not.Null);
        }