Skip to content

Commit a16bb9e

Browse files
committed
Move class to IT test
1 parent 2ebc1a8 commit a16bb9e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

httpclient5/src/test/java/org/apache/hc/client5/http/impl/async/TooEarlyStatusRetryAsyncExecIT.java renamed to httpclient5-testing/src/test/java/org/apache/hc/client5/testing/async/TooEarlyStatusRetryAsyncExecIT.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* <http://www.apache.org/>.
2525
*
2626
*/
27-
package org.apache.hc.client5.http.impl.async;
27+
package org.apache.hc.client5.testing.async;
2828

2929
import static org.junit.jupiter.api.Assertions.assertEquals;
3030

@@ -43,6 +43,9 @@
4343
import org.apache.hc.client5.http.async.methods.SimpleHttpResponse;
4444
import org.apache.hc.client5.http.async.methods.SimpleRequestBuilder;
4545
import org.apache.hc.client5.http.impl.TooEarlyRetryStrategy;
46+
import org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient;
47+
import org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder;
48+
import org.apache.hc.client5.http.impl.async.TooEarlyStatusRetryAsyncExec;
4649
import org.apache.hc.core5.concurrent.FutureCallback;
4750
import org.junit.jupiter.api.AfterAll;
4851
import org.junit.jupiter.api.BeforeAll;

httpclient5/src/test/java/org/apache/hc/client5/http/impl/async/TooEarlyStatusRetryAsyncExecTest.java renamed to httpclient5-testing/src/test/java/org/apache/hc/client5/testing/async/TooEarlyStatusRetryAsyncExecTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* <http://www.apache.org/>.
2525
*
2626
*/
27-
package org.apache.hc.client5.http.impl.async;
27+
package org.apache.hc.client5.testing.async;
2828

2929
import static org.junit.jupiter.api.Assertions.assertEquals;
3030

@@ -39,6 +39,8 @@
3939
import org.apache.hc.client5.http.async.methods.SimpleHttpRequest;
4040
import org.apache.hc.client5.http.async.methods.SimpleHttpResponse;
4141
import org.apache.hc.client5.http.async.methods.SimpleRequestBuilder;
42+
import org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient;
43+
import org.apache.hc.client5.http.impl.async.HttpAsyncClients;
4244
import org.apache.hc.core5.concurrent.FutureCallback;
4345
import org.junit.jupiter.api.AfterAll;
4446
import org.junit.jupiter.api.BeforeAll;

0 commit comments

Comments
 (0)