Instead of two

Report a typo

What annotation is a combination of the annotations below?

Java
@ExtendWith(SpringExtension.class)
@ContextConfiguration(classes = Config.class)
Kotlin
@ExtendWith(SpringExtension::class)
@ContextConfiguration(classes = [Config::class])

Don't forget to specify the configuration class.

Enter a short text
___

Create a free account to access the full topic