org.sonatype.sisu.litmus.testsupport.hamcrest
Class URLMatchers
java.lang.Object
org.sonatype.sisu.litmus.testsupport.hamcrest.URLMatchers
public class URLMatchers
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLMatchers
public URLMatchers()
respondsWithStatus
public static org.hamcrest.Matcher<URL> respondsWithStatus(Integer statusCode)
respondsWithStatusWithin
public static org.hamcrest.Matcher<URL> respondsWithStatusWithin(int statusCode,
int timeoutMillis)
Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.