Package nl.b3p.web

Class IndexPageIntegrationTest


Integration test for the index page.
Author:
mprins
  • Constructor Details

    • IndexPageIntegrationTest

      public IndexPageIntegrationTest()
  • Method Details

    • testDefaultUserPresent

      @Test public void testDefaultUserPresent() throws SQLException
      Test of de database bestaat en de default admin gebruiker is aangemaakt. Test of de CI setup correct is uitgevoerd.
      Throws:
      SQLException - als er iets misgaat met SQL parsen
    • testIndex

      @Test public void testIndex() throws IOException
      Test of de brmo-service applicatie is gestart en de index pagina opgehaald kan worden.
      Throws:
      IOException - als die optreedt tijdens ophalen pagina
    • testLoginLogout

      @Test public void testLoginLogout() throws Exception
      Test login/index/about/logout sequentie.
      Throws:
      IOException - mag niet optreden
      URISyntaxException - mag niet optreden
      Exception
    • setUp

      public void setUp()
      Description copied from class: TestUtil
      subklassen dienen zelf een setup te hebben; vanwege de overerving gaat deze methode af na de @Before methoden van de superklasse.
      Specified by:
      setUp in class TestUtil