CQRSlite.Tests.Domain.When_getting_aggregate_without_contructor.Should_throw_missing_parameterless_constructor_exception C# (CSharp) 메소드

Should_throw_missing_parameterless_constructor_exception() 개인적인 메소드

        public void Should_throw_missing_parameterless_constructor_exception()
        {
            Assert.Throws<MissingParameterLessConstructorException>(() => _repository.Get<TestAggregateNoParameterLessConstructor>(_id));
        }