BonCodeUnitTestProject.BonCodeAJP13ServerConnectionTest.ByteSearchTest C# (CSharp) 메소드

ByteSearchTest() 개인적인 메소드

private ByteSearchTest ( ) : void
리턴 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.");
        }