org.rhq.test.arquillian.impl
Class AbstractAroundDiscoveryExecutor<T extends Annotation>

java.lang.Object
  extended by org.rhq.test.arquillian.impl.AbstractAroundDiscoveryExecutor<T>
Direct Known Subclasses:
AfterDiscoveryRemedy, BeforeDiscoveryPreparator

public abstract class AbstractAroundDiscoveryExecutor<T extends Annotation>
extends Object

Author:
Lukas Krejci

Nested Class Summary
protected static class AbstractAroundDiscoveryExecutor.ApplicableTestMethodsAndOrder
           
 
Constructor Summary
protected AbstractAroundDiscoveryExecutor(Class<T> annotationClass)
           
 
Method Summary
protected abstract  AbstractAroundDiscoveryExecutor.ApplicableTestMethodsAndOrder getApplicableTestMethodsAndOrder(T annotation)
           
protected  void process(PluginContainer pluginContainer, org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAroundDiscoveryExecutor

protected AbstractAroundDiscoveryExecutor(Class<T> annotationClass)
Method Detail

getApplicableTestMethodsAndOrder

protected abstract AbstractAroundDiscoveryExecutor.ApplicableTestMethodsAndOrder getApplicableTestMethodsAndOrder(T annotation)

process

protected void process(PluginContainer pluginContainer,
                       org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)


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