コード例 #1
0
 public void Bytes_NullBuffer()
 {
     Assert.Throws <ArgumentNullException>(() =>
     {
         _generator.Bytes(null).GetEnumerator().MoveNext();
     });
 }