Package

io.fintrospect

testing

Permalink

package testing

Visibility
  1. Public
  2. All

Type Members

  1. class OverridableHttpService[T] extends AnyRef

    Permalink

    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 AnyRef

    Permalink

    Simple, insecure HTTP server which can be used for tests

  3. trait TestingFintrospectRoute extends AnyRef

    Permalink

    Mixin this and provide the route under test.

Ungrouped