svoid test_twoIntsToLong_bigEndian() { assertEqualsVerbose(0x0102030405060708L, twoIntsToLong_bigEndian (0x01020304, 0x05060708)); }