Ejemplo n.º 1
0
 public void GetFileLengthShouldThrowException()
 {
     Assert.That(delegate { sf.GetFileLength("asdf"); },
                 Throws.TypeOf <NotImplementedException>());
 }