BoDi.Tests.ResolveTests.ShouldThrowExceptionForMultipleConstructorsWithSameNumberOfMaximumParameters C# (CSharp) Метод

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

        public void ShouldThrowExceptionForMultipleConstructorsWithSameNumberOfMaximumParameters()
        {
            // given

            var container = new ObjectContainer();

            // when

            container.Resolve<ClassWithTwoConstructorSameParamCount>();
        }