[arquillian-issues] [JBoss JIRA] (ARQ-1204) Builder for Warp filters.

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Wed Dec 5 05:42:22 EST 2012


    [ https://issues.jboss.org/browse/ARQ-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739569#comment-12739569 ] 

Lukáš Fryč commented on ARQ-1204:
---------------------------------

Great, thanks Jakub, I have reviewed and it and made some small comments.

Otherwise, it's ready to go!
                
> Builder for Warp filters.
> -------------------------
>
>                 Key: ARQ-1204
>                 URL: https://issues.jboss.org/browse/ARQ-1204
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Extension - Warp
>    Affects Versions: warp_1.0.0.Alpha1
>            Reporter: Jakub Narloch
>            Assignee: Lukáš Fryč
>             Fix For: warp_1.0.0.Alpha2
>
>
> Warp could introduce some builder like functionality for creating filters in the test.
> Example:
> {code}
> import static org.jboss.arquillian.warp.filter.HttpFilters.*;
>  
> HttpFilterBuilder restFilter = uri(contains("/rest/service"));
>  
> Warp.defaultFilter(restFilter);
>  
> Warp
>      .execute(...)
>      .filter(method(GET).uri(endsWith("/path1")))
>      .verify(...);
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the arquillian-issues mailing list