Kontainer
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.
Author
Scott Rossillo
Constructors
Properties
Link copied to clipboard
Custom PropertySuppliers to configure the integration test environment.
Link copied to clipboard
True to register properties from any PropertySuppliers on the classpath; false otherwise.