Exemplo n.º 1
0
 public void CannotPresentANullFile()
 {
     Assert.That(_liftRangesFileHandler.CanPresentFile(null), Is.False);
 }
Exemplo n.º 2
0
 public void CannotPresentANullFile()
 {
     Assert.IsFalse(_liftRangesFileHandler.CanPresentFile(null));
 }