CQRSlite.Tests.Domain.When_getting_aggregate_without_contructor.Should_throw_missing_parameterless_constructor_exception C# (CSharp) Метод

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

private Should_throw_missing_parameterless_constructor_exception ( ) : void
Результат void
        public void Should_throw_missing_parameterless_constructor_exception()
        {
            Assert.Throws<MissingParameterLessConstructorException>(() => _repository.Get<TestAggregateNoParameterLessConstructor>(_id));
        }