Arc.Unit.Tests.Infrastructure.Utilities.ResolveProviderTests.Should_throw_argument_exception_when_provider_is_not_implementing_interface_on_resolving_by_name C# (CSharp) Method

Should_throw_argument_exception_when_provider_is_not_implementing_interface_on_resolving_by_name() private method

        public void Should_throw_argument_exception_when_provider_is_not_implementing_interface_on_resolving_by_name()
        {
            ResolveProvider<IService>.Named(ProviderTypeWithoutInterfaceName);
        }