Affecto.IdentityManagement.Commanding.Tests.CommandHandlers.CreateOrganizationCommandHandlerTests.OrganizationCannotBeCreatedWithEmptyId C# (CSharp) Method

OrganizationCannotBeCreatedWithEmptyId() private method

private OrganizationCannotBeCreatedWithEmptyId ( ) : void
return void
        public void OrganizationCannotBeCreatedWithEmptyId()
        {
            sut.Execute(new CreateOrganizationCommand(Guid.Empty, "name", "description"));
        }
CreateOrganizationCommandHandlerTests