au.com.dius.pact.provider

specs2

package specs2

Visibility
  1. Public
  2. All

Type Members

  1. case class FileInput(file: File) extends PactInput with Product with Serializable

  2. trait PactInput extends AnyRef

  3. trait ProviderSpec extends Specification

  4. case class ReaderInput(reader: Reader) extends PactInput with Product with Serializable

  5. case class StreamInput(stream: InputStream) extends PactInput with Product with Serializable

  6. case class StringInput(string: String) extends PactInput with Product with Serializable

Ungrouped