EssentialActionCaller

play.api.test.EssentialActionCaller

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Helpers.type
Self type

Members list

Value members

Concrete methods

def call[T](action: EssentialAction, req: Request[T])(implicit w: Writeable[T], mat: Materializer): Future[Result]

Execute an play.api.mvc.EssentialAction.

The body is serialised using the implicit writable, so that the action body parser can deserialize it.

Attributes

def call[T](action: EssentialAction, rh: RequestHeader, body: T)(implicit w: Writeable[T], mat: Materializer): Future[Result]

Execute an play.api.mvc.EssentialAction.

The body is serialised using the implicit writable, so that the action body parser can deserialize it.

Attributes