示例#1
0
    public void Test_GetByte()
    {
        byte testValue = TEST_VALUE.ByteAt(0);

        Debug.Assert(((byte)TEST_VALUE) == testValue,
                     "Expected Test(" + ((byte)TEST_VALUE) + ") To be equal to Value(" + testValue + ")");
    }