예제 #1
0
 public void AddTitle_CalledWithEmptyString_ShouldReturnFalse()
 {
     Assert.IsFalse(_pdfHelper.AddTitle(string.Empty));
 }