View Source PactElixir.MockServerCallbacks (PactElixir v0.5.2-rc.8)

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

Specs

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