org.scalatestplus.play.MixedFixtures
Runs a TestServer
using the passed-in FakeApplication
and port before executing the
test body, ensuring both are stopped after the test body completes.
Runs a TestServer
using the passed-in FakeApplication
and port before executing the
test body, ensuring both are stopped after the test body completes.
Makes the passed in FakeApplication
implicit.
Implicit PortNumber
instance that wraps port
.
Implicit PortNumber
instance that wraps port
. The value returned from portNumber.value
will be same as the value of port
.
NoArg
subclass that provides a fixture composed of aFakeApplication
and runningTestServer
.