Class TestContextImpl
java.lang.Object
org.jboss.arquillian.core.spi.context.AbstractContext<Object>
org.jboss.arquillian.test.impl.context.TestContextImpl
- All Implemented Interfaces:
org.jboss.arquillian.core.spi.context.Context,org.jboss.arquillian.core.spi.context.IdBoundContext<Object>,TestContext
public class TestContextImpl
extends org.jboss.arquillian.core.spi.context.AbstractContext<Object>
implements TestContext
TestContext
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.jboss.arquillian.core.spi.context.ObjectStoreClass<? extends Annotation>getScope()Methods inherited from class org.jboss.arquillian.core.spi.context.AbstractContext
activate, clearAll, deactivate, deactivateAll, destroy, getActiveId, getObjectStore, isActiveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.arquillian.core.spi.context.Context
clearAll, getObjectStore, isActiveMethods inherited from interface org.jboss.arquillian.core.spi.context.IdBoundContext
activate, deactivate, destroy, getActiveId
-
Constructor Details
-
TestContextImpl
public TestContextImpl()
-
-
Method Details
-
getScope
- Specified by:
getScopein interfaceorg.jboss.arquillian.core.spi.context.Context
-
createNewObjectStore
protected org.jboss.arquillian.core.spi.context.ObjectStore createNewObjectStore()- Specified by:
createNewObjectStorein classorg.jboss.arquillian.core.spi.context.AbstractContext<Object>
-