105106107108109110111
@Parameters public static Collection<Object[]> data() { // run all tests with both connection factories we have return Arrays.asList(new Object[][] { { new JDKHttpConnectionFactory() }, { new HttpClientConnectionFactory() } }); }
128129130131132133134
100101102103104105106