Package | Description |
---|---|
org.springframework.test.context.junit.jupiter.web |
Web support for integrating the Spring TestContext Framework
with the JUnit Jupiter extension model in JUnit 5.
|
Modifier and Type | Class and Description |
---|---|
interface |
SpringJUnitWebConfig
@SpringJUnitWebConfig is a composed annotation that combines
@ExtendWith(SpringExtension.class) from JUnit Jupiter with
@ContextConfiguration and
@WebAppConfiguration from the Spring TestContext
Framework. |