Packages

p

io.finch

test

package test

Type Members

  1. trait ServiceIntegrationSuite extends ServiceSuite

    Extends ServiceSuite to support integration testing for services.

  2. trait ServiceSuite extends AnyRef

    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