com.github.izmailoff

testing

package testing

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AroundOutsideRestService[T <: RestService] extends AroundOutside[T] with MongoDbTestContext

    An Around and Outside context for tests.

  2. trait MongoDbTestContext extends AnyRef

    Defines a helper test trait that provides DB connection for tests.

  3. trait RestServiceMongoDbTestContext[T <: RestService] extends Specification with Specs2RouteTest

    Provides RestService and MongoDbTestContext context for each specification so that the client does not need to setup MongoDB explicitly or provide all dependencies for the REST service.

Ungrouped