public class ApplicationScopedInjectionTest
extends org.jboss.arquillian.testng.Arquillian
Constructor and Description |
---|
ApplicationScopedInjectionTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment()
Create a CDI aware base web application archive
|
static void |
generateToken() |
void |
verifyInjectedRawToken1Provider() |
void |
verifyInjectedRawTokenClaimValue() |
void |
verifyInjectedRawTokenJwt() |
@Deployment(testable=true) public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() throws IOException
IOException
- - on resource failure@BeforeClass(alwaysRun=true) public static void generateToken() throws Exception
Exception
@RunAsClient public void verifyInjectedRawTokenClaimValue() throws Exception
Exception
@RunAsClient public void verifyInjectedRawTokenJwt() throws Exception
Exception
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.