play.test
Class TestServer

java.lang.Object
  extended by play.api.test.TestServer
      extended by play.test.TestServer

public class TestServer
extends play.api.test.TestServer

A test Netty web server.


Constructor Summary
TestServer(int port, FakeApplication application)
          A test Netty web server.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestServer

public TestServer(int port,
                  FakeApplication application)
A test Netty web server.

Parameters:
port - HTTP port to bind on.
application - The FakeApplication to load in this server.