MockWS

mockws.MockWS
See theMockWS companion class
object MockWS

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
MockWS.type

Members list

Type members

Types

type Routes = PartialFunction[(String, String), EssentialAction]

Value members

Concrete methods

def apply(routes: Routes)(implicit notFoundBehaviour: RouteNotDefined): MockWS

Value parameters

routes

simulation of the external web resource

Attributes

def apply(routes: Routes, materializer: Materializer)(implicit notFoundBehaviour: RouteNotDefined): MockWS

Value parameters

materializer

user-defined materializer

routes

simulation of the external web resource

Attributes