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

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

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

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