Exemplo n.º 1
0
 public void AppendText_CalledWithEmptyString_ShouldReturnFalse()
 {
     Assert.IsFalse(_pdfHelper.AppendText(string.Empty));
 }