CucumberContextConfiguration

@ContextConfiguration(classes = [CucumberTestApplication::class, JsonUtils::class], loader = SpringBootContextLoader::class)
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, properties = ["spring.main.allow-bean-definition-overriding=true"])
@ConfigurationPropertiesScan(value = ["com.ragin.bdd", "configuration.com.ragin.bdd", "eu.m8ty", "configuration.eu.m8ty"])
@ComponentScan(value = ["eu.m8ty"])
class CucumberContextConfiguration

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard