FileSource

pact4s.provider.PactSource.FileSource
See theFileSource companion object
final class FileSource extends PactSource

It isn't necessary to use a pact broker to manage consumer pacts (though it is strongly recommended). The pacts can also be directly loaded from files by using this pactSource in ProviderInfoBuilder

Value parameters

consumers

A map of consumer names to the file where the pacts are written.

Attributes

Companion
object
Graph
Supertypes
trait PactSource
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val consumers: Map[String, File]