mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
Make AbstractWebRequestMatcherTests abstract
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* @author Sam Brannen
|
||||
* @since 4.2
|
||||
*/
|
||||
public class AbstractWebRequestMatcherTests {
|
||||
abstract class AbstractWebRequestMatcherTests {
|
||||
|
||||
protected void assertMatches(WebRequestMatcher matcher, String url) throws MalformedURLException {
|
||||
assertThat(matcher.matches(new WebRequest(new URL(url)))).isTrue();
|
||||
|
||||
Reference in New Issue
Block a user