Package

io.finch

test

Permalink

package test

Visibility
  1. Public
  2. All

Type Members

  1. trait ServiceIntegrationSuite extends ServiceSuite

    Permalink

    Extends ServiceSuite to support integration testing for services.

  2. trait ServiceSuite extends AnyRef

    Permalink

    A convenience class that is designed to make it easier to test HTTP services both directly and in integration tests that are served locally.

    A convenience class that is designed to make it easier to test HTTP services both directly and in integration tests that are served locally. Implementing classes must extend org.scalatest.fixture.Suite through org.scalatest.fixture.FlatSpec for example.

Ungrouped