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

Should_load_convention_to_service_provider() private method

private Should_load_convention_to_service_provider ( ) : void
return void
        public void Should_load_convention_to_service_provider()
        {
            Application.ServiceLocatorIs(CreateServiceLocator())
                .Apply(new RegisterServicesConvention());

            Assert.That(ServiceLocator.Resolve<IService>(), Is.Not.Null);
        }