Exemplo n.º 1
0
        public void S12_s_uint24_54()
        {
            var obj = new S12_s_uint24 {
                val = 2097152
            };

            SerializationTestEngine.Test(obj, "000020", doRoundtripTest: true);
        }
Exemplo n.º 2
0
        public void S12_s_uint24_56()
        {
            var obj = new S12_s_uint24 {
                val = 134217744
            };

            SerializationTestEngine.Test(obj, "ffffff", doRoundtripTest: false);
        }
Exemplo n.º 3
0
        public void S12_s_uint24_53()
        {
            var obj = new S12_s_uint24 {
                val = 4194304
            };

            SerializationTestEngine.Test(obj, "000040", doRoundtripTest: true);
        }