Class CDIQueryParamStyleTest

java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.eclipse.microprofile.rest.client.tck.cditests.CDIQueryParamStyleTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

public class CDIQueryParamStyleTest extends org.jboss.arquillian.testng.Arquillian
Verifies the style used when sending multiple query param values configured via MP Confg and CDI.
  • Constructor Details

    • CDIQueryParamStyleTest

      public CDIQueryParamStyleTest()
  • Method Details

    • createDeployment

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

      public void defaultStyleIsMultiPair() throws Exception
      Throws:
      Exception
    • explicitMultiPair

      public void explicitMultiPair() throws Exception
      Throws:
      Exception
    • commaSeparated

      public void commaSeparated() throws Exception
      Throws:
      Exception
    • arrayPairs

      public void arrayPairs() throws Exception
      Throws:
      Exception