public void GetHeadersTest()
 {
     BonCodeCallHandler_Accessor target = new BonCodeCallHandler_Accessor(); // TODO: Initialize to an appropriate value
     NameValueCollection httpHeaders = null; // TODO: Initialize to an appropriate value
     string expected = string.Empty; // TODO: Initialize to an appropriate value
     string actual;
     actual = target.GetHeaders(httpHeaders);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
        public void GetHeadersTest()
        {
            BonCodeCallHandler_Accessor target      = new BonCodeCallHandler_Accessor(); // TODO: Initialize to an appropriate value
            NameValueCollection         httpHeaders = null;                              // TODO: Initialize to an appropriate value
            string expected = string.Empty;                                              // TODO: Initialize to an appropriate value
            string actual;

            actual = target.GetHeaders(httpHeaders);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }