package server

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AssetsTestSuite[T <: AssetsTestApi] extends AnyWordSpec with ServerAssetTest[T]
  2. trait BasicAuthenticationTestSuite[T <: BasicAuthenticationTestApi] extends AnyWordSpec with EndpointsTestSuite[T]
  3. sealed trait BlogId extends AnyRef
  4. case class BlogSlug(slug: String) extends BlogId with Product with Serializable
  5. case class BlogUuid(uuid: UUID) extends BlogId with Product with Serializable
  6. trait ChunkedJsonEntitiesTestSuite[T <: ChunkedEntitiesTestApi with ChunkedJsonEntitiesTestApi] extends AnyWordSpec with EndpointsTestSuite[T]
  7. trait ContentEncodingTestSuite[T <: EndpointsTestApi] extends AnyWordSpec with EndpointsTestSuite[T]
  8. sealed trait DecodedUrl[+A] extends Serializable

    A

    The result of decoding an URL candidate

  9. trait EndpointsTestSuite[T <: EndpointsTestApi] extends AnyWordSpec with ServerTestBase[T]
  10. case class Item(name: String, id: String) extends Product with Serializable
  11. trait JsonEntitiesFromSchemasTestSuite[T <: JsonEntitiesFromSchemasTestApi] extends AnyWordSpec with ServerTestBase[T]
  12. case class Location(longitude: Double, latitude: Double) extends Product with Serializable
  13. case class Page(number: Int) extends Product with Serializable
  14. case class Page2(from: Int, limit: Int) extends Product with Serializable
  15. trait ServerAssetTest[T <: Endpoints with ServerAssets] extends AnyWordSpec with ServerTestBase[T]
  16. trait ServerAssets extends Assets
  17. trait ServerTestBase[T <: Endpoints] extends AnyWordSpec with Matchers with ScalaFutures with BeforeAndAfterAll with BeforeAndAfter
  18. trait SumTypedEntitiesTestSuite[T <: SumTypedEntitiesTestApi] extends AnyWordSpec with ServerTestBase[T]
  19. trait TextEntitiesTestSuite[T <: TextEntitiesTestApi] extends AnyWordSpec with ServerTestBase[T]

Value Members

  1. object DecodedUrl extends Serializable

Ungrouped