AllServerTests

class AllServerTests[F[_], ROUTE](createServerTest: CreateServerTest[F, Any, ROUTE], serverInterpreter: TestServerInterpreter[F, Any, ROUTE], backend: SttpBackend[IO, Fs2Streams[IO] & WebSockets], security: Boolean, basic: Boolean, contentNegotiation: Boolean, file: Boolean, mapping: Boolean, metrics: Boolean, multipart: Boolean, oneOf: Boolean, reject: Boolean, staticContent: Boolean, validation: Boolean)(implicit m: MonadError[F])

All server tests in default configurations, except for streaming (which require a streams object) and web socket ones (which need to be subclassed). If a custom configuration is needed, exclude the tests here, and add separately.

class Object
trait Matchable
class Any

Value members

Concrete methods

def tests(): List[Test]