Class DatabaseServiceTest

java.lang.Object
ch.rswk.meta.engine.test.AbstractEngineServiceTest
ch.rswk.meta.engine.test.DatabaseServiceTest

public class DatabaseServiceTest extends AbstractEngineServiceTest
  • Field Details

  • Constructor Details

    • DatabaseServiceTest

      public DatabaseServiceTest()
  • Method Details

    • setup

      @BeforeEach public void setup() throws Exception
      Throws:
      Exception
    • teardown

      @AfterEach public void teardown() throws Exception
      Throws:
      Exception
    • getDatabase

      @Test public void getDatabase()
    • sqlObjects

      @Test public void sqlObjects()
    • withHandle

      @Test public void withHandle()
    • checkTableExists

      public static boolean checkTableExists(org.jdbi.v3.core.Jdbi db, String table)
    • cleanup

      public static void cleanup(Path dbFile) throws Exception
      Throws:
      Exception