Class HasSingletonScopeTest

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

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

    • HasSingletonScopeTest

      public HasSingletonScopeTest()
  • Method Details

    • createDeployment

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

      public void testHasSingletonScoped()
    • testHasSingletonScopedFromConfigKey

      public void testHasSingletonScopedFromConfigKey()
    • testHasSingletonScopedWhenAnnotated

      public void testHasSingletonScopedWhenAnnotated()