bad.robot.http.matchers
Class UrlMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<URL>
bad.robot.http.matchers.UrlMatcher
- All Implemented Interfaces:
- org.hamcrest.Matcher<URL>, org.hamcrest.SelfDescribing
public class UrlMatcher
- extends org.hamcrest.TypeSafeMatcher<URL>
Methods inherited from class org.hamcrest.TypeSafeMatcher |
matches |
Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
UrlMatcher
public UrlMatcher(String path)
containsPath
public static org.hamcrest.Matcher<URL> containsPath(String path)
matchesSafely
public boolean matchesSafely(URL url)
- Specified by:
matchesSafely
in class org.hamcrest.TypeSafeMatcher<URL>
describeTo
public void describeTo(org.hamcrest.Description description)
Copyright © 2012. All Rights Reserved.