[
https://issues.jboss.org/browse/ARQ-967?page=com.atlassian.jira.plugin.sy...
]
Lukáš Fryč edited comment on ARQ-967 at 6/21/12 4:46 AM:
---------------------------------------------------------
What's missing:
* user-centric API
* relation between filters and requests
* integrity checks
** a filter is used
** how many requests user expects (at overall / per each filter)
* standard set of common filters (TBD)
* framework-specific filters
* default filters configuration / SPI
* groups of filters
was (Author: lfryc):
What's missing:
* user-centric API
* relation between filters and requests
* integrity checks
** a filter is used
** how many requests user expects (at overall / per each filter)
* standard set of common filters (TBD)
* framework-specific filters
* default filters configuration / SPI
Warp: client-side filters for waiting for "right" request
or enriching several requests
---------------------------------------------------------------------------------------
Key: ARQ-967
URL:
https://issues.jboss.org/browse/ARQ-967
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Extension - Warp
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Priority: Critical
Fix For: warp_1.0.0.Alpha2
When client can fire several requests at time, Warp enriches the first one which comes.
Ideally, user should be able to select the appropriate request based on constraints:
API proposal:
{code:java}
Warp.execute(new ClientAction() { ... })
.filter(RequestFilter.extension(Extension.XHTML))
.verify(...)
{code}
----
Additionally, several requests caused by one action should be verified with various
assertions.
--
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