Examples of Test23


Examples of org.codehaus.preon.codec.IntegrationTest.Test21.Test23

        assertEquals(8, result.size);
        assertEquals(1, result.values.size());
        Object value = result.values.get(0);
        assertNotNull(value);
        assertTrue(value instanceof Test23);
        Test23 castValue = (Test23) value;
        assertNotNull(castValue.value);
        assertEquals((byte) 0xff, castValue.value.value);
        assertNull(codec.getSize());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.