Annotation Interface JUnitWebConfig


@ApplicationJUnitWebConfig is a composed annotation that combines @ExtendWith(ApplicationExtension.class) from JUnit Jupiter with @ContextConfiguration and @WebAppConfiguration from the TestContext Framework.
从以下版本开始:
4.0
作者:
Sam Brannen
另请参阅: