コード例 #1
0
 public void CanUnRegisterServiceUsingUri(string uri, bool expected)
 {
     ChannelServices.UnRegisterChannel(new Uri(uri)).Should().Be(expected);
 }