Uses of Interface
org.jdbi.v3.testing.junit5.JdbiExtensionInitializer
Packages that use JdbiExtensionInitializer
-
Uses of JdbiExtensionInitializer in org.jdbi.v3.testing.junit5
Classes in org.jdbi.v3.testing.junit5 that implement JdbiExtensionInitializerModifier and TypeClassDescriptionfinal class
UseFlyway
to create a database schema and/or preload a database instance.Methods in org.jdbi.v3.testing.junit5 with parameters of type JdbiExtensionInitializerModifier and TypeMethodDescriptionfinal JdbiExtension
JdbiExtension.withInitializer
(JdbiExtensionInitializer initializer) Sets aJdbiExtensionInitializer
to initialize theJdbi
instance or the attached data source before running a test.