Uses of Interface
org.apache.qpid.test.framework.CauseFailure

Packages that use CauseFailure
org.apache.qpid.test.framework

A framework for testing Qpid, built around a standard 'test circuit' design. 

org.apache.qpid.test.framework.qpid   
 

Uses of CauseFailure in org.apache.qpid.test.framework
 

Classes in org.apache.qpid.test.framework that implement CauseFailure
 class CauseFailureUserPrompt
          Causes a message broker failure by interactively prompting the user to cause it.
 

Methods in org.apache.qpid.test.framework that return CauseFailure
protected  CauseFailure FrameworkBaseCase.getFailureMechanism()
           
 

Methods in org.apache.qpid.test.framework with parameters of type CauseFailure
 void BrokerLifecycleAware.setFailureMechanism(CauseFailure failureMechanism)
          Accepts a failure mechanism.
 void FrameworkBaseCase.setFailureMechanism(CauseFailure failureMechanism)
          Accepts a failure mechanism.
 

Uses of CauseFailure in org.apache.qpid.test.framework.qpid
 

Classes in org.apache.qpid.test.framework.qpid that implement CauseFailure
 class CauseFailureInVM
          

Responsibilities Collaborations Cause messaging broker failure on the active in-vm broker.
CRC Card
 



Licensed to the Apache Software Foundation