Testing annotations

Report a typo

Match each annotation with its function.

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
___

Create a free account to access the full topic