Skip to content

0.15.0

Compare
Choose a tag to compare
@lipanski lipanski released this 01 Jan 17:12
· 245 commits to master since this release
  • [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 or mockito::SERVER_ADDRESS to mockito::server_url() or mockito::server_address().

Thanks to @kornelski