org.jboss.arquillian.impl.handler
Class ActivateRunModeTypeClient
java.lang.Object
org.jboss.arquillian.impl.handler.AbstractRunModeHandler<BeforeClass>
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivateRunModeTypeClient
public ActivateRunModeTypeClient()
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.