Class AbstractDatabaseHistoryTest

    • Constructor Detail

      • AbstractDatabaseHistoryTest

        public AbstractDatabaseHistoryTest()
    • Method Detail

      • beforeEach

        public void beforeEach()
      • afterEach

        public void afterEach()
      • record

        protected void record​(long pos,
                              int entry,
                              String ddl,
                              Tables... update)
      • recover

        protected Tables recover​(long pos,
                                 int entry)
      • shouldRecordChangesAndRecoverToVariousPoints

        public void shouldRecordChangesAndRecoverToVariousPoints()