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

EventReaderConfigurationCanNotBeNull() 개인적인 메소드

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