public class TestServer
extends play.api.test.TestServer
Constructor and Description |
---|
TestServer(int port,
FakeApplication application)
A test Netty web server.
|
public TestServer(int port, FakeApplication application)
port
- HTTP port to bind on.application
- The FakeApplication to load in this server.