Refactor Mock Server in httpParticipant Unit Tests 85/131185/3
authorFrancescoFioraEst <francesco.fiora@est.tech>
Mon, 26 Sep 2022 08:42:40 +0000 (09:42 +0100)
committerFrancesco Fiora <francesco.fiora@est.tech>
Mon, 26 Sep 2022 13:46:21 +0000 (13:46 +0000)
commit15898295b842e097d640996543cf5de4fe3ea522
tree7a546c68e546dc5371fe8f991e61690224e4ec4f
parent9a005431305990f6accd743b80dcf6a9550af26a
Refactor Mock Server in httpParticipant Unit Tests

Replace MockServerRest, that failing and causing all tests ignored.

Issue-ID: POLICY-4366
Change-Id: Icc86cf26f4cd329b0d24b3dd05b85143e6621517
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
participant/participant-impl/participant-impl-http/src/test/java/org/onap/policy/clamp/acm/participant/http/utils/MockRestEndpoint.java [new file with mode: 0644]
participant/participant-impl/participant-impl-http/src/test/java/org/onap/policy/clamp/acm/participant/http/utils/MockServerRest.java [new file with mode: 0644]
participant/participant-impl/participant-impl-http/src/test/java/org/onap/policy/clamp/acm/participant/http/webclient/AcHttpClientTest.java