BonCodeUnitTestProject.BonCodeAJP13ServerConnectionTest.AnalyzePackageTest C# (CSharp) Method

AnalyzePackageTest() private method

private AnalyzePackageTest ( ) : void
return void
        public void AnalyzePackageTest()
        {
            BonCodeAJP13ServerConnection_Accessor target = new BonCodeAJP13ServerConnection_Accessor(); // TODO: Initialize to an appropriate value
            byte[] receiveBuffer = null; // TODO: Initialize to an appropriate value
            bool skipFlush = false; // TODO: Initialize to an appropriate value
            byte[] expected = null; // TODO: Initialize to an appropriate value
            byte[] actual;
            actual = target.AnalyzePackage(receiveBuffer, skipFlush);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }