You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create ApiMockServer - a generic mock server to de-duplicate creation of mock servers (#719)
* add ApiMockServer as a generic mock server and use on incentives gateway tests
* switch prison visits gateway to use generic ApiMockServer
* remove unused mock servers
* add create function to ApiMockServer and update Visits gateway and incentives gateway to use it
* remove adjudications and assessRisksAndNeeds mock servers
* remove caseNotes mock server
* remove personal relationships mock server
* remove CVL mock server
* remove managePOM mock server
* remove ndelius mock server
* remove nomis mock server
* remove non associations mock server
* remove prisonerOffenderSearch mock server
* remove probationOffenderSearch mock server
* remove riskManagement mock server
* remove EPF mock server; add EFFECTIVE_PROPOSAL_FRAMEWORK to Upstream API model
* rename genericMockServer as it is only used for webclientwrapper tests
* add comment to explain where ports come from on mock server
Copy file name to clipboardexpand all lines: src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/gateways/ProbationIntegrationEPFGateway.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ class ProbationIntegrationEPFGateway(
Copy file name to clipboardexpand all lines: src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/gateways/adjudications/AdjudicationsGatewayTest.kt
Copy file name to clipboardexpand all lines: src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/gateways/assessrisksandneeds/GetNeedsForPersonTest.kt
Copy file name to clipboardexpand all lines: src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/gateways/assessrisksandneeds/GetRiskPredictorScoresForPersonTest.kt
Copy file name to clipboardexpand all lines: src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/gateways/assessrisksandneeds/GetRisksForPersonTest.kt
Copy file name to clipboardexpand all lines: src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/gateways/caseNotes/CaseNotesGatewayTest.kt
Copy file name to clipboardexpand all lines: src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/gateways/contacts/GetContactsGatewayTest.kt
Copy file name to clipboardexpand all lines: src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/gateways/createAndVaryLicence/GetLicenceConditionsTests.kt
0 commit comments