Class TokenAsCookieIgnoredTest
- java.lang.Object
-
- org.jboss.arquillian.testng.Arquillian
-
- org.eclipse.microprofile.jwt.tck.config.TokenAsCookieIgnoredTest
-
- All Implemented Interfaces:
org.testng.IHookable
,org.testng.ITestNGListener
public class TokenAsCookieIgnoredTest extends org.jboss.arquillian.testng.Arquillian
-
-
Constructor Summary
Constructors Constructor Description TokenAsCookieIgnoredTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.shrinkwrap.api.spec.WebArchive
createDeployment()
void
noTokenHeaderSetToCookie()
void
validJwt()
-
-
-
Method Detail
-
createDeployment
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() throws IOException
- Throws:
IOException
-
noTokenHeaderSetToCookie
@RunAsClient public void noTokenHeaderSetToCookie() throws Exception
- Throws:
Exception
-
-