public class JsonValueInjectionTest
extends org.jboss.arquillian.testng.Arquillian
| Constructor and Description |
|---|
JsonValueInjectionTest() |
| 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 |
verifyInjectedAudience2() |
void |
verifyInjectedAuthTime() |
void |
verifyInjectedAuthTime2() |
void |
verifyInjectedCustomDouble() |
void |
verifyInjectedCustomDouble2() |
void |
verifyInjectedCustomDoubleArray() |
void |
verifyInjectedCustomInteger() |
void |
verifyInjectedCustomInteger2() |
void |
verifyInjectedCustomIntegerArray() |
void |
verifyInjectedCustomString() |
void |
verifyInjectedCustomString2() |
void |
verifyInjectedCustomStringArray() |
void |
verifyInjectedIssuedAt() |
void |
verifyInjectedIssuedAt2() |
void |
verifyInjectedJTI() |
void |
verifyInjectedJTI2() |
void |
verifyInjectedRawToken() |
void |
verifyInjectedRawToken2() |
void |
verifyIssuerClaim() |
void |
verifyIssuerClaim2() |
@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 verifyInjectedAuthTime()
throws Exception
Exception@RunAsClient
public void verifyInjectedIssuedAt()
throws Exception
Exception@RunAsClient
public void verifyInjectedCustomString()
throws Exception
Exception@RunAsClient
public void verifyInjectedCustomInteger()
throws Exception
Exception@RunAsClient
public void verifyInjectedCustomDouble()
throws Exception
Exception@RunAsClient
public void verifyInjectedCustomStringArray()
throws Exception
Exception@RunAsClient
public void verifyInjectedCustomIntegerArray()
throws Exception
Exception@RunAsClient
public void verifyInjectedCustomDoubleArray()
throws Exception
Exception@RunAsClient
public void verifyInjectedRawToken2()
throws Exception
Exception@RunAsClient
public void verifyInjectedAudience2()
throws Exception
Exception@RunAsClient
public void verifyInjectedIssuedAt2()
throws Exception
Exception@RunAsClient
public void verifyInjectedAuthTime2()
throws Exception
Exception@RunAsClient
public void verifyInjectedCustomString2()
throws Exception
Exception@RunAsClient
public void verifyInjectedCustomInteger2()
throws Exception
ExceptionCopyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.