public void AppendText_CalledWithEmptyString_ShouldReturnFalse() { Assert.IsFalse(_pdfHelper.AppendText(string.Empty)); }