[arquillian-issues] [JBoss JIRA] (ARQ-968) Warp: response verification contraints

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Fri May 25 05:01:18 EDT 2012


Lukáš Fryč created ARQ-968:
------------------------------

             Summary: Warp: response verification contraints
                 Key: ARQ-968
                 URL: https://issues.jboss.org/browse/ARQ-968
             Project: Arquillian
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Extension - Warp
            Reporter: Lukáš Fryč
             Fix For: warp_1.0.0.next


Warp should be able to verify the response type.

By default, it should verify, that response is OK (status=200).

API proposal:

{code:java}
Warp.execute(..)
    .verifyResponse(Responses.OK, Responses.MediaType.APPLICATION_XML)
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the arquillian-issues mailing list