xyz.haff.testcontainers.annotation.MongoContainerTest.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-testcontainers-annotations Show documentation
Show all versions of spring-testcontainers-annotations Show documentation
Annotations for quickly firing containers in Spring tests
package xyz.haff.testcontainers.annotation
import java.lang.annotation.Inherited
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
@MustBeDocumented
@Inherited
annotation class MongoContainerTest(
val tag: String = "latest",
val persistent: Boolean = false,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy