Package nl.b3p.web

Class WebTestUtil

Direct Known Subclasses:
DownloadLogIntegrationTest, ErrorPageIntegrationTest, IndexPageIntegrationTest, LogsPageIntegrationTest

public abstract class WebTestUtil extends TestUtil
Integratie test utility klasse om online integratie tests te bouwen welke tegen een brmo-service kunnen worden uitgevoerd.
Author:
Mark Prins
  • Field Details

    • BASE_TEST_URL

      public static final String BASE_TEST_URL
      the server root url. "http://localhost:9091/brmo-service/"
      See Also:
    • client

      protected static org.apache.http.impl.client.CloseableHttpClient client
      our test client.
  • Constructor Details

    • WebTestUtil

      public WebTestUtil()
  • Method Details

    • setUpClass

      @BeforeAll public static void setUpClass()
      initialize http client.
    • tearDownClass

      @AfterAll public static void tearDownClass() throws IOException
      close http client connections.
      Throws:
      IOException - if any occurs closing the http connection