All Downloads are FREE. Search and download functionalities are using the official Maven repository.

endpoints4s.algebra.server.ServerAssetTest.scala Maven / Gradle / Ivy

The newest version!
package endpoints4s.algebra.server

import endpoints4s.algebra

trait ServerAssetTest[T <: algebra.Endpoints with ServerAssets] extends ServerTestBase[T] {

  def serveAssetsEndpoint(
      endpoint: serverApi.Endpoint[serverApi.AssetRequest, serverApi.AssetResponse],
      response: => serverApi.AssetResponse
  )(runTests: Int => Unit): Unit

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy