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