Package io.microkt.kontainers.junit5.annotation
Provides annotations for integrating Kontainers with JUnit 5.
Types
Link copied to clipboard
annotation class DatabaseKontainer(value: KClass<out JdbcKontainer>, propertySuppliers: Array<KClass<out PropertySupplier>>, useDefaultPropertySuppliers: Boolean)
Content copied to clipboard
Annotation indicating the JUnit test suite should be extended with the DatabaseKontainerExtension JUnit Jupiter Extension.
Link copied to clipboard
annotation class Kontainer(value: KClass<out Kontainer>, propertySuppliers: Array<KClass<out PropertySupplier>>, useDefaultPropertySuppliers: Boolean)
Content copied to clipboard
Annotation indicating the JUnit test suite should be extended with the JUnit Jupiter extensionGenericKontainerExtension.
Link copied to clipboard
Annotation indicating the JUnit test suite should be extended with the JUnit Jupiter extensionKontainerExtension.