Klasse LogConfigTest

java.lang.Object
gdv.xport.config.LogConfigTest

public final class LogConfigTest extends Object
Unit-Tests fuer LogConfig. Standardmaessig wird eine In-Memory-DB (HSQL) zum Testen verwendet. Moechte man z.B. eine MySQL oder PostgreSQL zum Testen verwenden, kann man dies ueber die Environment-Variable DATABASE_URL (DATABASE_URL=jdbc:postgresql://localhost/logbook?user=logger&password=geheim) einstellen.
  • Konstruktordetails

    • LogConfigTest

      public LogConfigTest()
  • Methodendetails

    • testGetConnection

      public void testGetConnection() throws SQLException
      Test-Methode fuer LogConfig.getConnection().
      Löst aus:
      SQLException - the sql exception
    • testReadLogbook

      public void testReadLogbook() throws SQLException
      Hier wird getestet, ob tatsaechlich etwas in die logbook-Tabelle geschrieben wurde.
      Löst aus:
      SQLException - the sql exception
    • testCtor

      public void testCtor()
    • cleanLogBook

      public static void cleanLogBook() throws SQLException
      Hier raeumen wir nach dem Test die Test-Log-Eintraege wieder auf.
      Löst aus:
      SQLException - bei JDBC-Problemen