Match each annotation with its function.
Setting up Spring Boot tests
Testing annotations
Report a typo
Match the items from left and right columns
@SpringJUnitConfig
@ExtendWith(SpringExtension.class) in Java or @ExtendWith(SpringExtension::class) in Kotlin
@ContextConfiguration
loads a context and specifies a configuration for it
integrates Spring context into JUnit5
is used to specify a configuration for a context
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.