svoid test_longFromBytes_bigEndian() { assertEqualsVerbose(0x0102030405060708L, longFromBytes_bigEndian(new byte[] { 1, 2, 3, 4, 5, 6, 7, 8 }, 0)); }