org.sonatype.sisu.litmus.testsupport.junit.ext
Class URLIsReachable

java.lang.Object
  extended by org.sonatype.sisu.litmus.testsupport.junit.ext.URLIsReachable
All Implemented Interfaces:
com.googlecode.junit.ext.checkers.Checker

public class URLIsReachable
extends Object
implements com.googlecode.junit.ext.checkers.Checker


Constructor Summary
URLIsReachable(String urlString)
           
URLIsReachable(String[] args)
           
 
Method Summary
 boolean satisfy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLIsReachable

public URLIsReachable(String urlString)
               throws MalformedURLException
Throws:
MalformedURLException

URLIsReachable

public URLIsReachable(String[] args)
               throws MalformedURLException
Throws:
MalformedURLException
Method Detail

satisfy

public boolean satisfy()
Specified by:
satisfy in interface com.googlecode.junit.ext.checkers.Checker


Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.