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