Esempio n. 1
0
        public void CTOTest2()
        {
            byte value    = 0; // TODO: Initialize to an appropriate value
            byte expected = 0; // TODO: Initialize to an appropriate value
            byte actual;

            actual = ByteHelper.CTO(value);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }