Oleg Nenashev
04/13/2023, 8:24 PMOleg Nenashev
04/14/2023, 12:08 PMOleg Nenashev
04/16/2023, 9:14 AMSakthivel sakthi
04/19/2023, 10:18 AMResponseEntity<RESPONSE> response = restTemplate.exchange(url, method, request, resultType, parameters);
Hi, i want wireMock this how we can pass value for resultType, parameterBas Dijkstra
04/19/2023, 11:55 AMResponseEntity
? I don't think you can mock that call to exchange()
with WireMockOleg Nenashev
04/19/2023, 12:45 PMOleg Nenashev
04/21/2023, 6:43 AMOleg Nenashev
04/23/2023, 7:07 AMOleg Nenashev
04/23/2023, 2:42 PMUri
04/23/2023, 7:48 PMOleg Nenashev
04/23/2023, 8:54 PM1.0-alpha-3
is live https://github.com/wiremock/wiremock-testcontainers-java/releases/tag/v1.0-alpha-3Rahul Verma
04/24/2023, 3:43 PMTom
04/24/2023, 4:46 PMOleg Nenashev
04/24/2023, 5:27 PMOleg Nenashev
04/26/2023, 3:07 PMValeriu Nedelcu
04/27/2023, 11:32 AMValeriu Nedelcu
04/27/2023, 11:35 AMThe server sent HTTP status code 400: Illegal character LF=\n'
Valeriu Nedelcu
04/27/2023, 11:37 AMOleg Nenashev
04/28/2023, 6:37 AMOleg Nenashev
04/28/2023, 8:41 AMOleg Nenashev
04/29/2023, 3:50 PMOleg Nenashev
05/01/2023, 10:45 AMOleg Nenashev
05/01/2023, 11:36 AMJackie chen
05/02/2023, 3:59 AM{
"mappings":
[
{
"request":
{
"urlPattern": "/api1"
},
"response":
{
"proxyBaseUrl": "<http://public.domain1.com>",
"proxyVia": "<http://corperate.proxy1.com>"
}
},
{
"request":
{
"urlPattern": "/api2"
},
"response":
{
"proxyBaseUrl": "<http://public.domain2.com>",
"proxyVia": "<http://corperate.proxy2.com>"
}
},
]
}
Oleg Nenashev
05/02/2023, 1:04 PMOleg Nenashev
05/02/2023, 1:43 PMOleg Nenashev
05/03/2023, 7:46 AMOleg Nenashev
05/11/2023, 1:48 PMOleg Nenashev (Test)
05/15/2023, 8:03 PM