package test
Type Members
-
trait
ServiceIntegrationSuite extends ServiceSuite
Extends ServiceSuite to support integration testing for services.
-
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
FixtureTestSuitethroughFixtureAnyFlatSpecfor example.