Arc.Unit.Tests.Infrastructure.Utilities.ResolveProviderTests.Should_throw_argument_exception_when_provider_is_not_implementing_interface_on_resolving_by_type C# (CSharp) 메소드

Should_throw_argument_exception_when_provider_is_not_implementing_interface_on_resolving_by_type() 개인적인 메소드

        public void Should_throw_argument_exception_when_provider_is_not_implementing_interface_on_resolving_by_type()
        {
            ResolveProvider<IService>.WithRealType(typeof(Person));
        }