AsyncSnapshotableRepositoryTests.Construction.FactoryCanNotBeNull C# (CSharp) Метод

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

private FactoryCanNotBeNull ( ) : void
Результат void
            public void FactoryCanNotBeNull()
            {
                Assert.Throws<ArgumentNullException>(() =>
                                                     new AsyncSnapshotableRepository
                                                         <SnapshotableAggregateRootEntityStub>(null, _unitOfWork,
                                                                                               _connection,
                                                                                               _configuration, _reader));
            }