HttpClient and its mocking tests prepared

This commit is contained in:
Marcin Hutek 2023-12-08 17:32:32 +01:00
parent 73791fe26e
commit d8ac338daf
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
package model;public class HttpClient {
}

View File

@ -0,0 +1,2 @@
package PACKAGE_NAME;public class HttpClientTest {
}