Arc.Integration.Tests.Configuration.BaseConfigurationTests.Should_configure_service_locator_provider C# (CSharp) Method

Should_configure_service_locator_provider() private method

private Should_configure_service_locator_provider ( ) : void
return void
        public void Should_configure_service_locator_provider()
        {
            Application.ServiceLocatorIs(CreateServiceLocator());

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