🚀 Our inaugural State of Local Development and Testing report is live! Explore insights & best practices now

Documentation

Java

Description

MockServer allows you to mock any server or service via HTTP or HTTPS, such as a REST or RPC service.

Examples

var mockServer = new MockServerContainer(DockerImageName
  .parse("mockserver/mockserver:5.15.0"));
mockServer.start();