#[macro_use]
mod support;
use hpx_emulation::Emulation;
test_emulation!(
test_okhttp3_13,
Emulation::OkHttp3_13,
["t13d1613h2_46e7e9700bed_40271e0a5736"],
"460a10a98dcc79ed1bf9ab07653d4f79"
);
test_emulation!(
test_okhttp3_14,
Emulation::OkHttp3_14,
["t13d1613h2_46e7e9700bed_40271e0a5736"],
"460a10a98dcc79ed1bf9ab07653d4f79"
);
test_emulation!(
test_okhttp4_9,
Emulation::OkHttp4_9,
["t13d1513h2_8daaf6152771_40271e0a5736"],
"460a10a98dcc79ed1bf9ab07653d4f79"
);
test_emulation!(
test_okhttp4_10,
Emulation::OkHttp4_10,
["t13d1613h2_46e7e9700bed_40271e0a5736"],
"460a10a98dcc79ed1bf9ab07653d4f79"
);
test_emulation!(
test_okhttp4_12,
Emulation::OkHttp4_12,
["t13d1613h2_46e7e9700bed_40271e0a5736"],
"460a10a98dcc79ed1bf9ab07653d4f79"
);
test_emulation!(
test_okhttp5,
Emulation::OkHttp5,
["t13d1613h2_46e7e9700bed_40271e0a5736"],
"460a10a98dcc79ed1bf9ab07653d4f79"
);