Packages

p

io.fintrospect

testing

package testing

Type Members

  1. class OverridableHttpService [T] extends AnyRef

    Provides the ability to wrap a pre-constructed service and then override the HTTP response code that will be returned.

    Provides the ability to wrap a pre-constructed service and then override the HTTP response code that will be returned. Useful in testing scenarios.

  2. class TestHttpServer extends OverridableHttpService[Nothing]

    Simple, insecure HTTP server which can be used for tests

  3. trait TestingFintrospectRoute extends AnyRef

    Mixin this and provide the route under test.

Ungrouped