AsyncSnapshotableRepositoryTests.Construction.FactoryCanNotBeNull C# (CSharp) 메소드

FactoryCanNotBeNull() 개인적인 메소드

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