org.jboss.arquillian.impl.handler
Class ActivateRunModeTypeClient

java.lang.Object
  extended by org.jboss.arquillian.impl.handler.AbstractRunModeHandler<BeforeClass>
      extended by org.jboss.arquillian.impl.handler.ActivateRunModeTypeClient
All Implemented Interfaces:
EventHandler<BeforeClass>

public class ActivateRunModeTypeClient
extends AbstractRunModeHandler<BeforeClass>

Handler that will setup the context as defined by the RunModeType.AS_CLIENT.
Only activates local run mode if the TestClass is annotated with a RunModeType.AS_CLIENT Run.

Exports:
ContainerMethodExecutor

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
ActivateRunModeTypeClient()
           
 
Method Summary
protected  void hasClientRunMode(Context context)
           
protected  void hasContainerRunMode(Context context)
           
 
Methods inherited from class org.jboss.arquillian.impl.handler.AbstractRunModeHandler
callback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivateRunModeTypeClient

public ActivateRunModeTypeClient()
Method Detail

hasClientRunMode

protected void hasClientRunMode(Context context)
Specified by:
hasClientRunMode in class AbstractRunModeHandler<BeforeClass>

hasContainerRunMode

protected void hasContainerRunMode(Context context)
Specified by:
hasContainerRunMode in class AbstractRunModeHandler<BeforeClass>


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.