Beispiel #1
0
 public void ReadUntilMultiMatch_EmptyMatcherSet_ThrowsArugmentException()
 {
     Assert.Throws <ArgumentException>(
         () =>
     {
         var socket = new SymSocket();
         socket.WaitFor();
     }
         );
 }
Beispiel #2
0
 public void ReadUntilMultiMatch_EmptyMatcherSet_ThrowsArugmentException()
 {
     Assert.Throws<ArgumentException>(
         () =>
             {
                 var socket = new SymSocket();
                 socket.WaitFor();
             }
         );
 }