svoid test_eq() { testFunctionValues_twoArgs eq( pair(null, null), true, pair(null, 1), false, pair(1, null), false, pair(1, 1), true, pair(new S("hello"), new S("hello")), true, pair("hello", "bello"), false ); }