Class HasAppScopeTest

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

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

    • HasAppScopeTest

      public HasAppScopeTest()
  • Method Details

    • createDeployment

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

      public void testHasApplicationScoped()
    • testHasApplicationScopedFromConfigKey

      public void testHasApplicationScopedFromConfigKey()
    • testHasApplicationScopedWhenAnnotated

      public void testHasApplicationScopedWhenAnnotated()