We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b976010 commit 661dca5Copy full SHA for 661dca5
spring-test/src/test/java/org/springframework/test/context/web/ServletContextAwareBeanWacTests.java
@@ -17,11 +17,8 @@
17
package org.springframework.test.context.web;
18
19
import org.junit.jupiter.api.Test;
20
-import org.junit.jupiter.api.extension.ExtendWith;
21
import org.junit.platform.testkit.engine.EngineTestKit;
22
23
-import org.springframework.test.context.junit.jupiter.SpringExtension;
24
-
25
import static org.junit.platform.engine.discovery.DiscoverySelectors.selectClass;
26
27
/**
@@ -32,7 +29,6 @@
32
29
* @author Sam Brannen
33
30
* @since 4.0.2
34
31
*/
35
-@ExtendWith(SpringExtension.class)
36
class ServletContextAwareBeanWacTests {
37
38
@Test
0 commit comments