Arc.Integration.Tests.Infrastructure.Dependencies.NinjectServiceLocatorTests.Should_throw_argument_exception_when_module_is_not_found_on_loading C# (CSharp) Метод

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

private Should_throw_argument_exception_when_module_is_not_found_on_loading ( ) : void
Результат void
        public void Should_throw_argument_exception_when_module_is_not_found_on_loading()
        {
            var target = CreateSUT();

            target.Load(ConfigurationModule.InvalidModuleName);
        }