Ejemplo n.º 1
0
        public void S14_s_uint24_59()
        {
            var obj = new S14_s_uint24 {
                val = 2097152
            };

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

            SerializationTestEngine.Test(obj, "100000", doRoundtripTest: false);
        }
Ejemplo n.º 3
0
        public void S14_s_uint24_58()
        {
            var obj = new S14_s_uint24 {
                val = 4194304
            };

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