public class HasSessionScopeTest
extends org.jboss.arquillian.testng.Arquillian
Modifier and Type | Class and Description |
---|---|
static interface |
HasSessionScopeTest.MySessionScopedApi |
Constructor and Description |
---|
HasSessionScopeTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment() |
void |
testHasSessionScopedFromConfigKey() |
void |
testHasSessionScopedWhenAnnotated() |
void |
testHasSingletonScoped() |
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
public void testHasSingletonScoped()
public void testHasSessionScopedFromConfigKey()
public void testHasSessionScopedWhenAnnotated()
Copyright © 2020 Eclipse Foundation. All rights reserved.