Searched refs:IconInfoTestUtil (Results 1 – 3 of 3) sorted by relevance
87 ByteBuffer buffer = ByteBuffer.wrap(IconInfoTestUtil.TEST_ICON_INFO_RAW_BYTES); in parseTruncatedBuffer()100 ByteBuffer buffer = ByteBuffer.wrap(IconInfoTestUtil.TEST_ICON_INFO_RAW_BYTES); in parseBufferWithTestData()101 assertEquals(IconInfoTestUtil.TEST_ICON_INFO, IconInfo.parse(buffer)); in parseBufferWithTestData()
38 Arrays.asList(IconInfoTestUtil.TEST_ICON_INFO);118 writeShortLE(out, IconInfoTestUtil.TEST_ICON_INFO_RAW_BYTES.length); in getTestPayload()119 out.write(IconInfoTestUtil.TEST_ICON_INFO_RAW_BYTES); in getTestPayload()
26 public class IconInfoTestUtil { class