public void oAuthWebRequestTest()
 {
     TwitterHelper target = new TwitterHelper(); // TODO: Initialize to an appropriate value
     TwitterHelper.Method method = new TwitterHelper.Method(); // TODO: Initialize to an appropriate value
     string url = string.Empty; // TODO: Initialize to an appropriate value
     string postData = string.Empty; // TODO: Initialize to an appropriate value
     string expected = string.Empty; // TODO: Initialize to an appropriate value
     string actual;
     actual = target.oAuthWebRequest(method, url, postData);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }