We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9fb31 commit 981a748Copy full SHA for 981a748
spring-test/src/test/java/org/springframework/test/context/support/TestPropertySourceUtilsTests.java
@@ -32,7 +32,7 @@
32
import org.springframework.mock.env.MockPropertySource;
33
import org.springframework.test.context.TestPropertySource;
34
35
-import static org.hamcrest.CoreMatchers.*;
+import static org.hamcrest.CoreMatchers.containsString;
36
import static org.hamcrest.CoreMatchers.startsWith;
37
import static org.junit.Assert.*;
38
import static org.mockito.Matchers.*;
0 commit comments