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

NullEventHandlerResolverThrowsException() private method

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