Module: MockServer

Included in:
CLIHelpers
Defined in:
lib/mockserver/version.rb,
lib/mockserver/abstract_client.rb,
lib/mockserver/model/expectation.rb,
lib/mockserver/mock_server_client.rb

Overview

The client used to interact with the mock server.

@author

Nayyara Samuel (mailto: [email protected])

Defined Under Namespace

Modules: Model, UtilityMethods Classes: AbstractClient, MockServerClient, ProxyClient

Constant Summary collapse

VERSION =
'1.0.7'
RESET_ENDPOINT =
'/reset'
CLEAR_ENDPOINT =
'/clear'
RETRIEVE_ENDPOINT =
'/retrieve'
DUMP_LOG_ENDPOINT =
'/dumpToLog'
HTTP_REQUEST =
'httpRequest'
HTTP_RESPONSE =
'httpResponse'
HTTP_FORWARD =
'httpForward'
HTTP_TIMES =
'times'
EXPECTATION_ENDPOINT =
'/expectation'