public class SuiteContextImpl extends org.jboss.arquillian.core.spi.context.AbstractContext<String> implements SuiteContext
| Constructor and Description |
|---|
SuiteContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
There can only one Suite active, so we hard code the id to "Suite".
|
protected org.jboss.arquillian.core.spi.context.ObjectStore |
createNewObjectStore() |
void |
destroy() |
Class<? extends Annotation> |
getScope() |
activate, clearAll, deactivate, deactivateAll, destroy, getActiveId, getObjectStore, isActivepublic Class<? extends Annotation> getScope()
getScope in interface org.jboss.arquillian.core.spi.context.Contextpublic void activate()
activate in interface org.jboss.arquillian.core.spi.context.NonIdBoundContextpublic void destroy()
destroy in interface org.jboss.arquillian.core.spi.context.NonIdBoundContextprotected org.jboss.arquillian.core.spi.context.ObjectStore createNewObjectStore()
createNewObjectStore in class org.jboss.arquillian.core.spi.context.AbstractContext<String>Copyright © 2014 JBoss by Red Hat. All Rights Reserved.