org.treppo.mocoscala.dsl

Moco

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class RichRequestMatcher extends AnyRef

  2. implicit class RichResource extends AnyRef

  3. implicit class RichResponseHandler extends AnyRef

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

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

  8. def async(action: MocoEventAction): MocoEventAction

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

  10. def clone(): AnyRef

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

  12. def context(context: String): MocoConfig[_]

  13. def cookie(name: String): ExtractorMatcher

  14. def cookies(cookies: (String, String)*): ResponseHandler

  15. final def eq(arg0: AnyRef): Boolean

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

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

  18. implicit val failover: Failover

  19. def file(filename: String): Resource

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

  21. def finalize(): Unit

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

  23. def from(localBase: String): Builder

  24. def get(url: String): MocoEventAction

  25. final def getClass(): Class[_]

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

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

  28. def headers(headers: (String, String)*): ResponseHandler

  29. final def isInstanceOf[T0]: Boolean

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

  31. def jsonPath(path: String): ExtractorMatcher

  32. def latency(duration: Duration): LatencyProcedure

  33. def matched(value: Resource): RequestMatcher

  34. def method(value: String): Resource

  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

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

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

  40. def proxy(config: ⇒ ProxyConfig): ResponseHandler

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

  42. def query(name: String): ExtractorMatcher

  43. def redirectTo(uri: String): ResponseHandler

  44. def seq(resources: Resource*): ResponseHandler

  45. def server(port: Int): Moco

  46. def status(code: Int): ResponseHandler

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

    Definition Classes
    AnyRef
  48. def text: ExtractorMatcher

  49. def text(value: String): Resource

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

  51. implicit def toHandler(procedure: MocoProcedure): ResponseHandler

  52. implicit def toHandler(resource: Resource): ResponseHandler

  53. implicit def toMatcher(resource: Resource): RequestMatcher

  54. implicit def toResource(text: String): Resource

  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. def uri: ExtractorMatcher

  57. def uri(value: String): Resource

  58. def version(value: String): Resource

  59. final def wait(): Unit

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

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

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

  63. def xpath(path: String): ExtractorMatcher

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped