示例#1
0
 public void TestTimetoDoTflBackupJob()
 {
     var sut = new TflDataBackupJob();
      string whyNot;
      Assert.IsFalse(sut.IsTimeTodo(out whyNot));
 }