svoid test_unwrapSynchronizedMap() { new Map map; assertSameVerbose(map, unwrapSynchronizedMap(Collections.synchronizedMap(map))); }