AsyncSnapshotableRepositoryTests.Construction.FactoryCanNotBeNull C# (CSharp) Method

FactoryCanNotBeNull() private method

private FactoryCanNotBeNull ( ) : void
return void
            public void FactoryCanNotBeNull()
            {
                Assert.Throws<ArgumentNullException>(() =>
                                                     new AsyncSnapshotableRepository
                                                         <SnapshotableAggregateRootEntityStub>(null, _unitOfWork,
                                                                                               _connection,
                                                                                               _configuration, _reader));
            }