Move POST test class to its own package

http://team.baeldung.com/browse/BAEL-11412
This commit is contained in:
mikr 2019-12-15 17:50:20 +01:00
parent 746d9c7fff
commit 84ec7094d4
1 changed files with 122 additions and 122 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.okhttp;
package com.baeldung.okhttp.post;
import static com.baeldung.client.Consts.APPLICATION_PORT;
import static org.hamcrest.Matchers.equalTo;