public void Cannot_Save_Organization_With_Overflown_Values() { OrganizationCreator.CreateOrganizationWithOverflowValues(); AssertThat.IsFalse(OrganizationCreator.FirstOrganization.IsOrganizationCreatedSuccessfully, "Organization was created successfully though it should not."); }