The lazy instance created from passed appFun
The lazy instance created from passed appFun
Runs a TestServer
using the passed-in Application
and port before executing the
test body, ensuring both are stopped after the test body completes.
Runs a TestServer
using the passed-in Application
and port before executing the
test body, ensuring both are stopped after the test body completes.
Makes the passed in Application
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 aApplication
and runningTestServer
.