예제 #1
0
 public void TestNotFound2()
 {
     _request.Uri = new Uri("http://localhost/files/notfound.txt");
     Assert.False(_module.CanHandle(_request.Uri));
 }