trait StubPlayBodyParsersFactory extends AnyRef
- Source
- Helpers.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- StubPlayBodyParsersFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def stubPlayBodyParsers(implicit mat: Materializer): PlayBodyParsers
Stub method for unit testing, using NoTemporaryFileCreator.
Stub method for unit testing, using NoTemporaryFileCreator.
- mat
the input materializer.
- returns
a minimal PlayBodyParsers for unit testing.