Interface DatabaseCleaner

    • Method Detail

      • clearSchemas

        static void clearSchemas()
      • clearData

        static void clearData()
      • addIgnoredTable

        void addIgnoredTable​(String tableName)
      • isApplicable

        boolean isApplicable​(Connection connection)
      • clearAllSchemas

        void clearAllSchemas​(Connection connection)
      • clearAllData

        void clearAllData​(Connection connection)