Class

org.zalando.test.kit.service

MockServerTestService

Related Doc: package service

Permalink

class MockServerTestService extends TestService with StrictLogging with ExpectationVerification

Linear Supertypes
ExpectationVerification, StrictLogging, TestService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MockServerTestService
  2. ExpectationVerification
  3. StrictLogging
  4. TestService
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MockServerTestService(name: String, host: String = "localhost", port: Int = 0)

    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. def afterSuite(): Unit

    Permalink
    Definition Classes
    TestService
  5. def afterTest(): Unit

    Permalink
    Definition Classes
    ExpectationVerification
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def beforeSuite(): Unit

    Permalink
    Definition Classes
    TestService
  8. def beforeTest(): Unit

    Permalink
    Definition Classes
    ExpectationVerification
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def expect(request: HttpRequest, times: VerificationTimes = once): Unit

    Permalink
    Definition Classes
    ExpectationVerification
  13. def expectNoInteractions(): Unit

    Permalink
    Definition Classes
    ExpectationVerification
  14. def expectResponseWithStatus(status: Int, times: VerificationTimes = once): Unit

    Permalink
    Definition Classes
    ExpectationVerification
  15. def expectSlowResponse(status: Int, duration: Duration): Unit

    Permalink
    Definition Classes
    ExpectationVerification
  16. var expectations: ListBuffer[(HttpRequest, VerificationTimes)]

    Permalink
    Attributes
    protected
    Definition Classes
    ExpectationVerification
  17. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. val host: String

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  23. var maybeMockServer: Option[ClientAndServer]

    Permalink
    Attributes
    protected
  24. def mockServer: MockServerClient

    Permalink
    Attributes
    protected
  25. val name: String

    Permalink
    Definition Classes
    MockServerTestServiceTestService
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. val port: Int

    Permalink
  30. def reset(): Unit

    Permalink
  31. def resetExpectations(): Unit

    Permalink
    Definition Classes
    ExpectationVerification
  32. def start(): Unit

    Permalink
  33. def stop(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. def url: Option[String]

    Permalink
  37. def verify(request: HttpRequest, times: VerificationTimes = once): HttpRequest

    Permalink
    Definition Classes
    ExpectationVerification
  38. def verifyExpectations(): Unit

    Permalink
    Definition Classes
    ExpectationVerification
  39. final def wait(): Unit

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

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

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

Inherited from ExpectationVerification

Inherited from StrictLogging

Inherited from TestService

Inherited from AnyRef

Inherited from Any

Ungrouped