AsyncRepositoryTests.Construction.ConcurrentUnitOfWorkCanNotBeNull C# (CSharp) Method

ConcurrentUnitOfWorkCanNotBeNull() private method

private ConcurrentUnitOfWorkCanNotBeNull ( ) : void
return void
            public void ConcurrentUnitOfWorkCanNotBeNull()
            {
                Assert.Throws<ArgumentNullException>(() =>
                                                     new AsyncRepository<AggregateRootEntityStub>(
                                                         AggregateRootEntityStub.Factory, null,
                                                         EmbeddedEventStore.Connection,
                                                         EventReaderConfigurationFactory.Create()));
            }