Class RestProxyTestsWireMockServer


  • public final class RestProxyTestsWireMockServer
    extends java.lang.Object
    The WireMockServer for REST proxy tests.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.github.tomakehurst.wiremock.WireMockServer getRestProxyTestsServer()
      Gets a WireMockServer instance to validate the REST proxy tests.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RestProxyTestsWireMockServer

        public RestProxyTestsWireMockServer()
    • Method Detail

      • getRestProxyTestsServer

        public static com.github.tomakehurst.wiremock.WireMockServer getRestProxyTestsServer()
        Gets a WireMockServer instance to validate the REST proxy tests.
        Returns:
        The WireMockServer.