public void GetInt16BTest()
        {
            BonCodeAJP13ServerConnection_Accessor target = new BonCodeAJP13ServerConnection_Accessor(); // TODO: Initialize to an appropriate value

            byte[] Data     = null;                                                                     // TODO: Initialize to an appropriate value
            int    Pos      = 0;                                                                        // TODO: Initialize to an appropriate value
            int    expected = 0;                                                                        // TODO: Initialize to an appropriate value
            int    actual;

            actual = target.GetInt16B(Data, Pos);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
 public void GetInt16BTest()
 {
     BonCodeAJP13ServerConnection_Accessor target = new BonCodeAJP13ServerConnection_Accessor(); // TODO: Initialize to an appropriate value
     byte[] Data = null; // TODO: Initialize to an appropriate value
     int Pos = 0; // TODO: Initialize to an appropriate value
     int expected = 0; // TODO: Initialize to an appropriate value
     int actual;
     actual = target.GetInt16B(Data, Pos);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }