Interface Container

All Known Implementing Classes:
NotImplementedContainer, WireMockClassRule, WireMockRule, WireMockServer

public interface Container
A container of a WireMockApp instance
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    Shuts down the container, stopping execution of WireMock, gracefully if possible.
  • Method Details

    • port

      int port()
    • shutdown

      void shutdown()
      Shuts down the container, stopping execution of WireMock, gracefully if possible.