Class HasRequestScopeTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.eclipse.microprofile.rest.client.tck.cditests.HasRequestScopeTest
- All Implemented Interfaces:
org.testng.IHookable,org.testng.ITestNGListener
public class HasRequestScopeTest
extends org.jboss.arquillian.testng.Arquillian
This test verifies that you can configure a bean of RequestScoped, 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
-
HasRequestScopeTest
public HasRequestScopeTest()
-
-
Method Details
-
createDeployment
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() -
testHasRequestScoped
public void testHasRequestScoped() -
testHasRequestScopedFromConfigKey
public void testHasRequestScopedFromConfigKey() -
testHasRequestScopedWhenAnnotated
public void testHasRequestScopedWhenAnnotated()
-