Class HasSessionScopeTest

java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.eclipse.microprofile.rest.client.tck.cditests.HasSessionScopeTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

public class HasSessionScopeTest extends org.jboss.arquillian.testng.Arquillian
This test verifies that you can configure a bean of SessionScoped, as well as have the scope on an interface.
  • Constructor Details

    • HasSessionScopeTest

      public HasSessionScopeTest()
  • Method Details

    • createDeployment

      @Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
    • testHasSingletonScoped

      public void testHasSingletonScoped()
    • testHasSessionScopedFromConfigKey

      public void testHasSessionScopedFromConfigKey()
    • testHasSessionScopedWhenAnnotated

      public void testHasSessionScopedWhenAnnotated()