Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 1011 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 1011 Bytes

Testcontainers Integration

This a fork of testcontainers/mockserver that

  • fixes the problem that the docker/containerimage is not usable as
  • If no version/tag is specified it tries to automatically detect the used Mockserver version from the classpath.
    This way it should be easier to tackle incompatibilities between client and server.

Important

Due to modularity this module doesn't ships with a dependency to software.xdev.mockserver:client.
You have to add it manually!