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.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.jboss.arquillian.testng.Arquillian
org.jboss.arquillian.testng.Arquillian.UpdateResultListener -
Field Summary
Fields inherited from class org.jboss.arquillian.testng.Arquillian
ARQUILLIAN_DATA_PROVIDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.shrinkwrap.api.spec.WebArchivevoidvoidvoidMethods inherited from class org.jboss.arquillian.testng.Arquillian
arquillianAfterClass, arquillianAfterSuite, arquillianAfterTest, arquillianArgumentProvider, arquillianBeforeClass, arquillianBeforeSuite, arquillianBeforeTest, run
-
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()
-