- /**
- * Used to clean all the stored data up. The cleaning can be by droping the database and/or the schema.
- * Each system implementation can so define its own way to delete all data inserted by the test suite.
- * @param sessionFactory
- */
- void dropSchemaAndDatabase(SessionFactory sessionFactory);