0.15.0
- [Breaking] The mock sever will get a dynamically assigned port, though it will try port 1234 first. You will need to change the way you set the server URL - from
mockito::SERVER_URL
ormockito::SERVER_ADDRESS
tomockito::server_url()
ormockito::server_address()
.
Thanks to @kornelski