Affecto.ActiveDirectoryService.Tests.ActiveDirectoryServiceTests.DomainPathCannotBeNull C# (CSharp) Method

DomainPathCannotBeNull() private method

private DomainPathCannotBeNull ( ) : void
return void
        public void DomainPathCannotBeNull()
        {
            sut = new ActiveDirectoryService(null);
        }
    }
ActiveDirectoryServiceTests