Пример #1
0
 public void getsql_should__return_empty()
 {
     sut.SheetName = string.Empty;
     Assert.AreEqual("", sut.GetSql());
 }