Exemplo n.º 1
0
 public void CountFromRightEx()
 {
     Assert.Throws <ArgumentNullException>(() => ByteArrayExtensions.CountFromRight(null, true));
 }
Exemplo n.º 2
0
 public void CountFromRightEx()
 {
     ByteArrayExtensions.CountFromRight(null, true);
 }