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

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. def file(filename: String): Resource

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

    Permalink
  18. def finalize(): Unit

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

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

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

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

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

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

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

    Permalink
  26. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  45. def text: ExtractorMatcher

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

    Permalink
  47. def toString(): String

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

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

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

    Permalink
  51. final def wait(): Unit

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

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

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

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

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped