c

org.zalando.test.kit.service

MockServerTestService

class MockServerTestService extends TestService with StrictLogging

Linear Supertypes
StrictLogging, TestService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MockServerTestService
  2. StrictLogging
  3. TestService
  4. AnyRef
  5. 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)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def afterSuite(): Unit
    Definition Classes
    TestService
  5. def afterTest(): Unit
    Definition Classes
    TestService
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def beforeSuite(): Unit
    Definition Classes
    TestService
  8. def beforeTest(): Unit
    Definition Classes
    TestService
  9. def client: ClientAndServer
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. val host: String
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  19. var maybeMockServer: Option[ClientAndServer]
    Attributes
    protected
  20. val name: String
    Definition Classes
    MockServerTestServiceTestService
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  24. val port: Int
  25. def reset(): Unit
  26. def start(): Unit
  27. def stop(): Unit
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def url: String
  31. def verifyNoInteractions(duration: FiniteDuration = 0 millis): MockServerClient
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def when(path: String): ForwardChainExpectation
  36. def when(request: HttpRequest): ForwardChainExpectation

Inherited from StrictLogging

Inherited from TestService

Inherited from AnyRef

Inherited from Any

Ungrouped