org.rhq.test.arquillian.impl
Class AfterDiscoveryRemedy

java.lang.Object
  extended by org.rhq.test.arquillian.impl.AbstractAroundDiscoveryExecutor<AfterDiscovery>
      extended by org.rhq.test.arquillian.impl.AfterDiscoveryRemedy
All Implemented Interfaces:
PluginContainerOperationRemedy

public class AfterDiscoveryRemedy
extends AbstractAroundDiscoveryExecutor<AfterDiscovery>
implements PluginContainerOperationRemedy

Author:
Lukas Krejci

Nested Class Summary
 
Nested classes/interfaces inherited from class org.rhq.test.arquillian.impl.AbstractAroundDiscoveryExecutor
AbstractAroundDiscoveryExecutor.ApplicableTestMethodsAndOrder
 
Constructor Summary
AfterDiscoveryRemedy()
           
 
Method Summary
 void cure(PluginContainer pc, org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
          Puts the PluginContainer in a stable state after some operation execution.
protected  AbstractAroundDiscoveryExecutor.ApplicableTestMethodsAndOrder getApplicableTestMethodsAndOrder(AfterDiscovery annotation)
           
 
Methods inherited from class org.rhq.test.arquillian.impl.AbstractAroundDiscoveryExecutor
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AfterDiscoveryRemedy

public AfterDiscoveryRemedy()
Method Detail

getApplicableTestMethodsAndOrder

protected AbstractAroundDiscoveryExecutor.ApplicableTestMethodsAndOrder getApplicableTestMethodsAndOrder(AfterDiscovery annotation)
Specified by:
getApplicableTestMethodsAndOrder in class AbstractAroundDiscoveryExecutor<AfterDiscovery>

cure

public void cure(PluginContainer pc,
                 org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
Description copied from interface: PluginContainerOperationRemedy
Puts the PluginContainer in a stable state after some operation execution.

Specified by:
cure in interface PluginContainerOperationRemedy


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.