Method:
private static HipKvp[] GetRequestParameterArray(CaptchaRequestModel request){}
Unit Test:
HipKvp[] input = (HipKvp[])privObj.Invoke("GetRequestParameterArray", new CaptchaRequestModel[] { result });
Exception:
MissingMethodException was unhandled by user code:
Attempted to access a missing member.
I've tried different ways, but not working.