public void SplitUserNamePasswordFailsWithNullThis() { Assert.Throws <ArgumentNullException>(() => UriExtensions.SplitUserNamePassword <object>(null, delegate { throw new NotImplementedException(); })); }