Object/Class

org.treppo.mocoscala.dsl

Moco

Related Docs: class Moco | package dsl

Permalink

object Moco extends Serializable

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

Type Members

  1. implicit class RichRequestMatcher extends AnyRef

    Permalink
  2. implicit class RichResource extends AnyRef

    Permalink
  3. implicit class RichResponseHandler extends AnyRef

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def async(action: MocoEventAction, duration: Duration): MocoEventAction

    Permalink
  6. def async(action: MocoEventAction): MocoEventAction

    Permalink
  7. def attachment(filename: String, resource: Resource): ResponseHandler

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def complete(action: MocoEventAction): MocoEventTrigger

    Permalink
  10. def context(context: String): MocoConfig[_]

    Permalink
  11. def cookie(name: String): ExtractorMatcher

    Permalink
  12. def cookies(cookies: (String, String)*): ResponseHandler

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def failover(filename: String): Failover

    Permalink
  16. implicit val failover: Failover

    Permalink
  17. def file(filename: String): Resource

    Permalink
  18. def fileRoot(path: String): MocoConfig[_]

    Permalink
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def form(key: String): ExtractorMatcher

    Permalink
  21. def from(localBase: String): Builder

    Permalink
  22. def get(url: String): MocoEventAction

    Permalink
  23. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def header(name: String): ExtractorMatcher

    Permalink
  26. def headers(headers: (String, String)*): ResponseHandler

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def json(content: Resource): RequestMatcher

    Permalink
  29. def jsonPath(path: String): ExtractorMatcher

    Permalink
  30. def latency(duration: Duration): LatencyProcedure

    Permalink
  31. def matched(value: Resource): RequestMatcher

    Permalink
  32. def method(value: String): Resource

    Permalink
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def playback(filename: String): Failover

    Permalink
  37. def post(url: String, content: ContentResource): MocoEventAction

    Permalink
  38. def proxy(config: ⇒ ProxyConfig): ResponseHandler

    Permalink
  39. def proxy(url: String)(implicit failover: Failover): ResponseHandler

    Permalink
  40. def query(name: String): ExtractorMatcher

    Permalink
  41. def redirectTo(uri: String): ResponseHandler

    Permalink
  42. def seq(resources: Resource*): ResponseHandler

    Permalink
  43. def server(port: Int): Moco

    Permalink
  44. def status(code: Int): ResponseHandler

    Permalink
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. def text: ExtractorMatcher

    Permalink
  47. def text(value: String): Resource

    Permalink
  48. implicit def toCompositeMocoConfig(config: MocoConfig[_]): CompositeMocoConfig

    Permalink
  49. implicit def toHandler(procedure: MocoProcedure): ResponseHandler

    Permalink
  50. implicit def toHandler(resource: Resource): ResponseHandler

    Permalink
  51. implicit def toMatcher(resource: Resource): RequestMatcher

    Permalink
  52. implicit def toResource(text: String): Resource

    Permalink
  53. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  54. def uri: ExtractorMatcher

    Permalink
  55. def uri(value: String): Resource

    Permalink
  56. def version(value: String): Resource

    Permalink
  57. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def xml(content: Resource): RequestMatcher

    Permalink
  61. def xpath(path: String): ExtractorMatcher

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped