提交 280a1b88 编写于 作者: S Sam Brannen

Make AbstractWebRequestMatcherTests abstract

上级 2c44eabe
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册