org.rhq.test.arquillian.impl
Class ServerServicesPreparator

java.lang.Object
  extended by org.rhq.test.arquillian.impl.AbstractAnnotatedMethodExecutor<ServerServicesSetup>
      extended by org.rhq.test.arquillian.impl.ServerServicesPreparator
All Implemented Interfaces:
PluginContainerPreparator

public class ServerServicesPreparator
extends AbstractAnnotatedMethodExecutor<ServerServicesSetup>
implements PluginContainerPreparator

Author:
Lukas Krejci

Nested Class Summary
 
Nested classes/interfaces inherited from class org.rhq.test.arquillian.impl.AbstractAnnotatedMethodExecutor
AbstractAnnotatedMethodExecutor.ApplicableTestMethodsAndOrder
 
Constructor Summary
ServerServicesPreparator()
           
 
Method Summary
protected  AbstractAnnotatedMethodExecutor.ApplicableTestMethodsAndOrder getApplicableTestMethodsAndOrder(ServerServicesSetup annotation)
           
protected  boolean isApplicableToTest(org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
           
 void prepare(PluginContainer pluginContainer, org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
           
 
Methods inherited from class org.rhq.test.arquillian.impl.AbstractAnnotatedMethodExecutor
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerServicesPreparator

public ServerServicesPreparator()
Parameters:
annotationClass -
Method Detail

prepare

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

getApplicableTestMethodsAndOrder

protected AbstractAnnotatedMethodExecutor.ApplicableTestMethodsAndOrder getApplicableTestMethodsAndOrder(ServerServicesSetup annotation)
Specified by:
getApplicableTestMethodsAndOrder in class AbstractAnnotatedMethodExecutor<ServerServicesSetup>

isApplicableToTest

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


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