Skip to content

Instantly share code, notes, and snippets.

@gscheibel
Created March 30, 2012 12:01
Show Gist options
  • Save gscheibel/2251073 to your computer and use it in GitHub Desktop.
Save gscheibel/2251073 to your computer and use it in GitHub Desktop.
Javadoc dropSchemaAndDatabase
/**
* 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);
@gscheibel
Copy link
Author

ok, go back to school ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment