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

Represent the remote part (server/provider) for the expected interactions.

Link to this section Summary

Link to this section Types

Specs

t() :: %PactElixir.ServiceProvider{
  consumer: String.t(),
  interactions: term(),
  pact_output_dir_path: String.t() | :none,
  port: String.t() | non_neg_integer(),
  provider: String.t()
}

Link to this section Functions