python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Mockserver fails to read request: unknown message format
I need to test some REST client. For that purpose I'm using org.mockserver.integration.ClientAndServer
I start my server. Create some expectation. After that I mock my client. Run this client. But whe...

Igor_M
Votes: 0
Answers: 0
Mockserver expectation not active
Context is a Junit test, setup with Spring-boot, Mockserver and Camel.
Problem is that mocked response of the verified request is not matched during the test.
The logs :
INFO 1841843 --- [erver-EventL...

Dino
Votes: 0
Answers: 2
How to test spring rest controllers while mocking third party APIs?
I want to write an integration test for a rest controller that calls third party apis. For mocking the third party api I am using mock-server java library and for integration tests I am using test con...
Andy Dufresne
Votes: 0
Answers: 1
MockServer. Verify call happends within x seconds
I am trying to write an integration test using MockServer (https://www.mock-server.com) and I would like to verify that a request was called on the mock after running the asynchronous anAsyncMethodTha...

Bentaye
Votes: 0
Answers: 1