Exemplo n.º 1
0
 public void WhenSourceIsNull_ThenThrowException()
 {
     Assert.Throws <ArgumentNullException>(() => UriSetExtensions.SetQuery(null, "name=value"));
 }
Exemplo n.º 2
0
 public void WhenSourceIsNull_ThenThrowException()
 {
     Assert.Throws <ArgumentNullException>(() => UriSetExtensions.SetFragment(null, "fragment"));
 }