BonCodeUnitTestProject.BonCodeAJP13ServerConnectionTest.ByteSearchTest C# (CSharp) Method

ByteSearchTest() private method

private ByteSearchTest ( ) : void
return void
        public void ByteSearchTest()
        {
            byte[] searchIn = null; // TODO: Initialize to an appropriate value
            byte[] searchBytes = null; // TODO: Initialize to an appropriate value
            int start = 0; // TODO: Initialize to an appropriate value
            int expected = 0; // TODO: Initialize to an appropriate value
            int actual;
            actual = BonCodeAJP13ServerConnection_Accessor.ByteSearch(searchIn, searchBytes, start);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }