Interface DatabaseTestUtil.DataSourceCleanup

  • Enclosing class:
    DatabaseTestUtil
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface DatabaseTestUtil.DataSourceCleanup
    Cleans up the DataSource creation attempt.
    • Method Detail

      • cleanup

        void cleanup()
              throws java.lang.Exception
        Cleans up the DataSource creation attempt.
        Throws:
        java.lang.Exception - If fails clean up.