Affecto.Patterns.Domain.Tests.AsyncDomainRepositoryTests.NullEventHandlerResolverThrowsException C# (CSharp) Method

NullEventHandlerResolverThrowsException() private method

private NullEventHandlerResolverThrowsException ( ) : void
return void
        public void NullEventHandlerResolverThrowsException()
        {
            sut = new TestAsyncDomainRepository(null);
        }