public void ResponseTextTest()
 {
     string response = string.Empty; // TODO: Initialize to an appropriate value
     ProPayResponse target = new ProPayResponse(response); // TODO: Initialize to an appropriate value
     string actual;
     actual = target.ResponseText;
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void ProPayResponseConstructorTest()
 {
     string response = string.Empty; // TODO: Initialize to an appropriate value
     ProPayResponse target = new ProPayResponse(response);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }