Class HasConversationScopeTest

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

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

    • HasConversationScopeTest

      public HasConversationScopeTest()
  • Method Details

    • createDeployment

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

      public void testHasConversationScoped()
    • testHasConversationScopedFromConfigKey

      public void testHasConversationScopedFromConfigKey()
    • testHasConversationScopedWhenAnnotated

      public void testHasConversationScopedWhenAnnotated()