Ejemplo n.º 1
0
 public void Cannot_Leave_Organization_Mandatory_Fields_Empty()
 {
     OrganizationCreator.CreateOrganizationWithoutOrganizationName();
     AssertThat.IsFalse(OrganizationCreator.FirstOrganization.IsOrganizationCreatedSuccessfully, "Organization was created successfully though it should not.");
 }