Arc.Integration.Tests.Infrastructure.Dependencies.NinjectServiceLocatorTests.Should_throw_argument_exception_when_module_is_not_found_on_loading C# (CSharp) Method

Should_throw_argument_exception_when_module_is_not_found_on_loading() private method

        public void Should_throw_argument_exception_when_module_is_not_found_on_loading()
        {
            var target = CreateSUT();

            target.Load(ConfigurationModule.InvalidModuleName);
        }