org.sonatype.sisu.litmus.testsupport.hamcrest
Class URLMatchers

java.lang.Object
  extended by org.sonatype.sisu.litmus.testsupport.hamcrest.URLMatchers

public class URLMatchers
extends Object


Constructor Summary
URLMatchers()
           
 
Method Summary
static org.hamcrest.Matcher<URL> respondsWithStatus(Integer statusCode)
           
static org.hamcrest.Matcher<URL> respondsWithStatusWithin(int statusCode, int timeoutMillis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLMatchers

public URLMatchers()
Method Detail

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.