public void SkipWhileSourceArgumentNull() { Assert.Throws <ArgumentNullException>(() => NullData.SkipWhile(x => true)).WithParameter("source"); }