Пример #1
0
 public void SplitUserNamePasswordFailsWithNullThis()
 {
     Assert.Throws <ArgumentNullException>(() => UriExtensions.SplitUserNamePassword <object>(null, delegate { throw new NotImplementedException(); }));
 }