Module net.morimekta.testing.junit5
Package net.morimekta.testing.junit5.sql
Annotation Type DataSourceSchema
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface DataSourceSchema
Specify SQL schemas to be loaded on startup of the DB, before starting the test. Does not require use of the H2 DB.
-
-
Element Detail
-
value
String[] value
- Returns:
- Resources with SQL to run in DB startup. In order of execution. If defined on multiple levels will be in order of (super-class, class, method) and in declared order within each group.
-
-