public void TestCopyNullArg() { Assert.IsNotNull(stream); StorageStream streamCopy = null; // set to a non zero position to make sure the copy is reset back to 0 stream.CopyTo(streamCopy); }