public void Bytes_NullBuffer() { Assert.Throws <ArgumentNullException>(() => { _generator.Bytes(null).GetEnumerator().MoveNext(); }); }