public class PrimitiveInjectionTest
extends org.jboss.arquillian.testng.Arquillian
Constructor and Description |
---|
PrimitiveInjectionTest() |
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 |
verifyInjectedAudience() |
void |
verifyInjectedCustomBoolean() |
void |
verifyInjectedCustomString() |
void |
verifyInjectedExpiration() |
void |
verifyInjectedGroups() |
void |
verifyInjectedIssuedAt() |
void |
verifyInjectedJTI() |
void |
verifyInjectedRawToken() |
void |
verifyInjectedSUB() |
void |
verifyInjectedUPN() |
void |
verifyIssuerClaim() |
@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 verifyInjectedRawToken() throws Exception
Exception
@RunAsClient public void verifyInjectedAudience() throws Exception
Exception
@RunAsClient public void verifyInjectedGroups() throws Exception
Exception
@RunAsClient public void verifyInjectedIssuedAt() throws Exception
Exception
@RunAsClient public void verifyInjectedExpiration() throws Exception
Exception
@RunAsClient public void verifyInjectedCustomString() throws Exception
Exception
@RunAsClient public void verifyInjectedCustomBoolean()
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.