moving some tests to individual packages to clean up the structure
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package org.baeldung.httpclient;
|
||||
|
||||
public class HttpClientConnectionManagementTest {
|
||||
//
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.baeldung.httpclient;
|
||||
package org.baeldung.httpclient.base;
|
||||
|
||||
import static org.hamcrest.Matchers.equalTo;
|
||||
import static org.hamcrest.Matchers.notNullValue;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.baeldung.httpclient;
|
||||
package org.baeldung.httpclient.base;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.baeldung.httpclient;
|
||||
package org.baeldung.httpclient.base;
|
||||
|
||||
import static org.hamcrest.Matchers.emptyArray;
|
||||
import static org.hamcrest.Matchers.not;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.baeldung.httpclient;
|
||||
package org.baeldung.httpclient.base;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.baeldung.httpclient;
|
||||
package org.baeldung.httpclient.rare;
|
||||
|
||||
import static org.hamcrest.Matchers.equalTo;
|
||||
import static org.junit.Assert.assertThat;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.baeldung.httpclient;
|
||||
package org.baeldung.httpclient.sec;
|
||||
|
||||
import static org.hamcrest.Matchers.equalTo;
|
||||
import static org.junit.Assert.assertThat;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.baeldung.httpclient;
|
||||
package org.baeldung.httpclient.sec;
|
||||
|
||||
import static org.hamcrest.Matchers.equalTo;
|
||||
import static org.junit.Assert.assertThat;
|
||||
Reference in New Issue
Block a user