com.googlecode.junit.ext.checkers
Class AppIsInstalled

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

public class AppIsInstalled
extends java.lang.Object
implements Checker


Constructor Summary
AppIsInstalled(java.lang.String command)
           
 
Method Summary
 boolean satisfy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppIsInstalled

public AppIsInstalled(java.lang.String command)
Method Detail

satisfy

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