@Test
 public void testIntToHexCases() {
   assertThat(utillity.hexToInt(input), is(expected));
 }