zeromock
zeromock copied to clipboard
Problems using the junit5 extension with parallel execution enabled
It seems that when using junit5 extension with parallel execution enabled, since the MockHttpServer is shared between different threads in the same test, sometime leads to issues.
It's more related to reusing the same HttpServer instance between tests 🤦♂