Module net.morimekta.testing.junit5
Package net.morimekta.testing.junit5.sql
Annotation Type DataSourceURIMethod
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface DataSourceURIMethod
If using an externally started / running DB instance, create a method to get the JDBC URI to connect to the DB.
-
-
Element Detail
-
value
String value
- Returns:
- Name of non-static public method returning the JDBC URI string value.
-
-