Class LocalSimpleHtmlServer

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class LocalSimpleHtmlServer
    extends java.lang.Object
    implements java.io.Closeable
    JDK http server. To provide simple html page on localhost. This page can be gotten on local host via http get request on specified endpoint. Provided Html page can be specified as well as port and path. Use it in your unit (integration) tests with WebDriver. Also pay attention on method asTestRule().