PactElixir v0.2.0 PactElixir.MockServerCallbacks View Source

GenServer callbacks for managing a pact mock server. Used in conjunction with PactMockServer.

Link to this section Summary

Link to this section Functions

Link to this function handle_call(arg, from, provider) View Source
Link to this function matched?(provider) View Source
matched?(PactElixir.ServiceProvider) :: boolean()
Link to this function start(pact_json, provider) View Source
Link to this function terminate(reason, provider) View Source
Link to this function write_pact_file(provider) View Source
Link to this function write_pact_file_with_error_handling(provider, bool) View Source