com.googlecode.junit.ext.checkers
Class SocketIsOpened

java.lang.Object
  extended by com.googlecode.junit.ext.checkers.SocketIsOpened
All Implemented Interfaces:
Checker

public class SocketIsOpened
extends java.lang.Object
implements Checker


Constructor Summary
SocketIsOpened(java.lang.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

SocketIsOpened

public SocketIsOpened(java.lang.String[] args)
Method Detail

satisfy

public boolean satisfy()
Specified by:
satisfy in interface Checker