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

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

public abstract class AbstractAroundDiscoveryExecutor<T extends Annotation>
extends AbstractAnnotatedMethodExecutor<T>

Author:
Lukas Krejci

Nested Class Summary
 
Nested classes/interfaces inherited from class org.rhq.test.arquillian.impl.AbstractAnnotatedMethodExecutor
AbstractAnnotatedMethodExecutor.ApplicableTestMethodsAndOrder
 
Constructor Summary
protected AbstractAroundDiscoveryExecutor(Class<T> annotationClass)
           
 
Method Summary
protected  boolean isApplicableToTest(org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
           
 
Methods inherited from class org.rhq.test.arquillian.impl.AbstractAnnotatedMethodExecutor
getApplicableTestMethodsAndOrder, process
 
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

isApplicableToTest

protected boolean isApplicableToTest(org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
Specified by:
isApplicableToTest in class AbstractAnnotatedMethodExecutor<T extends Annotation>


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