svoid test_singleDigitBytesToString() { new ByteBuffer l; l.add(1); l.add(5); assertEqualsVerbose("15", singleDigitBytesToString(l)); }