Ejemplo n.º 1
0
        public void S01_s_uint4_9()
        {
            var obj = new S01_s_uint4 {
                val = 255
            };

            SerializationTestEngine.Test(obj, "f0", doRoundtripTest: false);
        }
Ejemplo n.º 2
0
        public void S01_s_uint4_7()
        {
            var obj = new S01_s_uint4 {
                val = 15
            };

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