Example #1
0
        public void CLZ_LoopTest2()
        {
            byte value    = 0; // TODO: Initialize to an appropriate value
            byte expected = 0; // TODO: Initialize to an appropriate value
            byte actual;

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