Package net.officefloor.jdbc.h2.test
Class H2Reset
- java.lang.Object
-
- net.officefloor.jdbc.h2.test.H2Reset
-
public class H2Reset extends java.lang.Object
Enables reseting the H2 database for testing.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description H2Reset(javax.sql.DataSource dataSource, org.flywaydb.core.Flyway flyway)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clean()
Cleans for testing.void
reset()
Resets for testing.
-