Object/Trait

au.com.dius.pact.provider.scalatest

ProviderDsl

Related Docs: trait ProviderDsl | package scalatest

Permalink

object ProviderDsl extends ProviderDsl

Linear Supertypes
ProviderDsl, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProviderDsl
  2. ProviderDsl
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class LocationHandler(pactBetween: PactBetween, uri: URI) extends Product with Serializable

    Permalink
    Definition Classes
    ProviderDsl
  2. case class PactBetween(provider: String, consumer: Consumer) extends Product with Serializable

    Permalink
    Definition Classes
    ProviderDsl
  3. case class Provider(provider: String) extends Product with Serializable

    Permalink
    Definition Classes
    ProviderDsl
  4. case class ServerHandler(pactBetween: PactBetween, uri: URI, serverStarter: ServerStarter) extends Product with Serializable

    Permalink
    Definition Classes
    ProviderDsl
  5. case class from(uri: URI) extends Product with Serializable

    Permalink

    Defines the resource uri where the pacts can be found

    Defines the resource uri where the pacts can be found

    Definition Classes
    ProviderDsl

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object all extends Consumer with Product with Serializable

    Permalink

    Allows every pacts to be run against the provider

    Allows every pacts to be run against the provider

    Definition Classes
    ProviderDsl
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. object defaultPactDirectory

    Permalink

    pacts-dependents is the default directory for pacts

    pacts-dependents is the default directory for pacts

    Definition Classes
    ProviderDsl
  8. implicit def defaultPactDirectoryToUri(default: defaultPactDirectory.type): URI

    Permalink
    Definition Classes
    ProviderDsl
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. implicit def strToProvider(provider: String): Provider

    Permalink

    Support string provider in the DSL

    Support string provider in the DSL

    Definition Classes
    ProviderDsl
  19. implicit def stringToUri(default: String): URI

    Permalink
    Definition Classes
    ProviderDsl
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ProviderDsl

Inherited from AnyRef

Inherited from Any

Ungrouped