Package net.officefloor.jdbc.h2.test
Class H2Reset
- java.lang.Object
-
- net.officefloor.jdbc.h2.test.H2Reset
-
public class H2Reset extends java.lang.ObjectEnables 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 voidclean()Cleans for testing.voidreset()Resets for testing.
-