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