org.mule.test.infrastructure.process
Class AppDeploymentProbe

java.lang.Object
  extended by org.mule.test.infrastructure.process.AppDeploymentProbe
All Implemented Interfaces:
org.mule.tck.probe.Probe

public class AppDeploymentProbe
extends Object
implements org.mule.tck.probe.Probe


Constructor Summary
protected AppDeploymentProbe(MuleProcessController mule, String appName, Boolean check)
           
 
Method Summary
 String describeFailure()
           
static AppDeploymentProbe isDeployed(MuleProcessController mule, String appName)
           
 boolean isSatisfied()
           
static AppDeploymentProbe notDeployed(MuleProcessController mule, String appName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppDeploymentProbe

protected AppDeploymentProbe(MuleProcessController mule,
                             String appName,
                             Boolean check)
Method Detail

isDeployed

public static AppDeploymentProbe isDeployed(MuleProcessController mule,
                                            String appName)

notDeployed

public static AppDeploymentProbe notDeployed(MuleProcessController mule,
                                             String appName)

isSatisfied

public boolean isSatisfied()
Specified by:
isSatisfied in interface org.mule.tck.probe.Probe

describeFailure

public String describeFailure()
Specified by:
describeFailure in interface org.mule.tck.probe.Probe


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.