Class CookieTokenTest

  • All Implemented Interfaces:
    org.testng.IHookable, org.testng.ITestNGListener

    public class CookieTokenTest
    extends org.jboss.arquillian.testng.Arquillian
    • Constructor Detail

      • CookieTokenTest

        public CookieTokenTest()
    • Method Detail

      • createDeployment

        @Deployment
        public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
      • validCookieJwt

        @RunAsClient
        public void validCookieJwt()
                            throws Exception
        Throws:
        Exception
      • wrongCookieName

        @RunAsClient
        public void wrongCookieName()
                             throws Exception
        Throws:
        Exception
      • emptyCookie

        @RunAsClient
        public void emptyCookie()
      • ignoreHeaderIfCookieSet

        @RunAsClient
        public void ignoreHeaderIfCookieSet()
                                     throws Exception
        Throws:
        Exception
      • expiredCookie

        @RunAsClient
        public void expiredCookie()
                           throws Exception
        Throws:
        Exception