org.rhq.test.arquillian.impl
Class BeforeDiscoveryPreparator

java.lang.Object
  extended by org.rhq.test.arquillian.impl.AbstractAroundDiscoveryExecutor<BeforeDiscovery>
      extended by org.rhq.test.arquillian.impl.BeforeDiscoveryPreparator
All Implemented Interfaces:
PluginContainerPreparator

public class BeforeDiscoveryPreparator
extends AbstractAroundDiscoveryExecutor<BeforeDiscovery>
implements PluginContainerPreparator

Author:
Lukas Krejci

Nested Class Summary
 
Nested classes/interfaces inherited from class org.rhq.test.arquillian.impl.AbstractAroundDiscoveryExecutor
AbstractAroundDiscoveryExecutor.ApplicableTestMethodsAndOrder
 
Constructor Summary
BeforeDiscoveryPreparator()
           
 
Method Summary
protected  AbstractAroundDiscoveryExecutor.ApplicableTestMethodsAndOrder getApplicableTestMethodsAndOrder(BeforeDiscovery annotation)
           
 void prepare(PluginContainer pc, org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
           
 
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

BeforeDiscoveryPreparator

public BeforeDiscoveryPreparator()
Method Detail

getApplicableTestMethodsAndOrder

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

prepare

public void prepare(PluginContainer pc,
                    org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
Specified by:
prepare in interface PluginContainerPreparator


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